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: