Skip to content

Commit

Permalink
ci: different prefixes for workflow calls
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Dec 7, 2024
1 parent c8df686 commit bda789a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
(printf 'b64=' && base64 -w0 patches.tar.zst && echo) >> "$GITHUB_OUTPUT"
ls -lh *.tar*
build:
monthly-build:
if: always()
needs: [ flake-update ]
uses: ./.github/workflows/main.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
(printf 'b64=' && base64 -w0 patches.tar.zst && echo) >> "$GITHUB_OUTPUT"
ls -lh *.tar*
build:
update-build:
if: always()
needs: [ collate ]
uses: ./.github/workflows/main.yml
Expand Down

0 comments on commit bda789a

Please sign in to comment.