Skip to content

Commit

Permalink
chore: fix name of Latest ISO workflow
Browse files Browse the repository at this point in the history
it says Stable ISOs in Github UI but it's actually latest
  • Loading branch information
bsherman committed Nov 5, 2024
1 parent f833e1f commit a7e86b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
stream_name: '["latest"]'

build-iso-latest:
name: Build Stable ISOs
name: Build Latest ISOs
needs: [build-image-latest]
if: github.event_name.scheduled == '40 4 * * 0'
secrets: inherit
Expand Down

0 comments on commit a7e86b0

Please sign in to comment.