Skip to content

Commit 9f34aa1

Browse files
committed
fix: Rename daily build job to "daily-build"
1 parent 5bbf4b0 commit 9f34aa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/snap-daily.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch: # Allow manual trigger
77

88
jobs:
9-
stable:
9+
daily-build:
1010
runs-on: ubuntu-24.04
1111
if: github.ref == 'refs/heads/main' # Run only for the 'main' branch
1212
steps:

0 commit comments

Comments
 (0)