Skip to content

Commit

Permalink
dont run ci on release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-sift committed Dec 11, 2024
1 parent a4f6b02 commit 5884f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
# Run ci on workflow_dispatch to ensure we have a clean build.
# If using workflow_call, we expect the caller (python_release.yaml) to have already run ci.
python-ci:
if: github.event_name == 'workflow_dispatch'
if: github.event_name == 'workflow_dispatch' && !github.event.workflow
uses: ./.github/workflows/python_ci.yaml

get-matrix-config:
Expand Down

0 comments on commit 5884f0e

Please sign in to comment.