Skip to content

Commit

Permalink
Fix releaser CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Feb 7, 2025
1 parent d47ab79 commit a2b2d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
version:
needs: scheduled-nightly-build
# Always run the job if `scheduled-nightly-build` job is skipped otherwise only if `scheduled-nightly-build` job was successful.
if: (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && always() || success()
if: (github.event_name != 'schedule' && github.event_name != 'workflow_dispatch') && always() || success()
uses: ./.github/workflows/_parse_version.yml
with:
version: >-
Expand Down

0 comments on commit a2b2d8c

Please sign in to comment.