Skip to content

Commit

Permalink
chore(ci): better names.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Dec 18, 2023
1 parent 9a07a66 commit 6a3b623
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true

jobs:
build-test:
build-test-dev:
strategy:
matrix:
arch: [amd64, arm64]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ concurrency:
cancel-in-progress: true

jobs:
build-test:
build-test-master:
strategy:
matrix:
arch: [amd64, arm64]
uses: ./.github/workflows/reusable_build_test_driverkit.yml
with:
arch: ${{ matrix.arch }}

push-images:
push-images-master:
strategy:
matrix:
arch: [amd64, arm64]
Expand All @@ -27,7 +27,7 @@ jobs:
arch: ${{ matrix.arch }}
secrets: inherit

images:
images-master:
uses: ./.github/workflows/reusable_manifest_images.yml
needs: push-images
secrets: inherit
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ permissions:
id-token: write # needed for keyless signing

jobs:
build-test:
build-test-release:
strategy:
matrix:
arch: [amd64, arm64]
uses: ./.github/workflows/reusable_build_test_driverkit.yml
with:
arch: ${{ matrix.arch }}

push-images:
push-images-release:
strategy:
matrix:
arch: [amd64, arm64]
Expand All @@ -30,7 +30,7 @@ jobs:
is_latest: true
secrets: inherit

images:
images-release:
uses: ./.github/workflows/reusable_manifest_images.yml
needs: push-images
with:
Expand Down

0 comments on commit 6a3b623

Please sign in to comment.