From 05ed4c3c9a68c2e6f72b5a1ab2e6a0be7772d993 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Sat, 7 Oct 2023 16:21:54 -0500 Subject: [PATCH] [CI] Unique job names in Apps plugin workflows --- .github/workflows/apps-plugin-milestone.yml | 2 +- .github/workflows/apps-plugin-release.yml | 2 +- .github/workflows/apps-plugin-snapshot.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/apps-plugin-milestone.yml b/.github/workflows/apps-plugin-milestone.yml index 4cea6b01..19f9e411 100644 --- a/.github/workflows/apps-plugin-milestone.yml +++ b/.github/workflows/apps-plugin-milestone.yml @@ -11,7 +11,7 @@ env: MAVEN_THREADS: '-T 0.5C' jobs: - build: + build_deploy_milestone: if: ${{ github.repository == 'spring-cloud/stream-applications' }} runs-on: ubuntu-latest defaults: diff --git a/.github/workflows/apps-plugin-release.yml b/.github/workflows/apps-plugin-release.yml index a90179f2..74d9a354 100644 --- a/.github/workflows/apps-plugin-release.yml +++ b/.github/workflows/apps-plugin-release.yml @@ -7,7 +7,7 @@ env: MAVEN_THREADS: '-T 0.5C' jobs: - build: + build_deploy_release: if: ${{ github.repository == 'spring-cloud/stream-applications' }} runs-on: ubuntu-latest defaults: diff --git a/.github/workflows/apps-plugin-snapshot.yml b/.github/workflows/apps-plugin-snapshot.yml index 4786dc79..bf2e6596 100644 --- a/.github/workflows/apps-plugin-snapshot.yml +++ b/.github/workflows/apps-plugin-snapshot.yml @@ -7,7 +7,7 @@ env: MAVEN_THREADS: '-T 0.5C' jobs: - build: + build_deploy_snapshot: if: ${{ github.repository == 'spring-cloud/stream-applications' }} runs-on: ubuntu-latest concurrency: