Skip to content

Commit

Permalink
update the job names (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeofblue authored Nov 8, 2023
1 parent a0e5a73 commit 11e31e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
path: dist

build_test_image:
name: Build Test VM Image
needs: [build]
if: ${{ env.EVENT == 'prereleased' }}
uses: ./.github/workflows/build_image.yml
Expand All @@ -74,11 +75,13 @@ jobs:
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TEST_TOKEN }}

smoke_tests:
name: Run Smoke Tests
needs: [build_test_image]
if: ${{ env.EVENT == 'prereleased' }}
uses: ./.github/workflows/smoke_tests.yml

build_image:
name: Build VM Image
needs: [build]
if: ${{ env.EVENT == 'released' }}
uses: ./.github/workflows/build_image.yml
Expand Down

0 comments on commit 11e31e0

Please sign in to comment.