Skip to content

Commit

Permalink
Fix workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed Feb 22, 2024
1 parent b357cea commit 215904e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
cargo check
- name: Version check for tagged-release
if: startsWith(github.ref, 'refs/tags/v') && && github.event_name != 'workflow_dispatch'
if: startsWith(github.ref, 'refs/tags/v') && github.event_name != 'workflow_dispatch'
# This call to version_util.py will assert version from Cargo.toml matches git tagged version vX.Y.Z
run: |
python3 scripts/version_util.py --check_version
Expand Down

0 comments on commit 215904e

Please sign in to comment.