Skip to content

Commit

Permalink
Merge pull request #1675: release: Remove condition on event_name
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Nov 12, 2024
2 parents 00b9774 + 166628f commit 84d65d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ jobs:
release:
# Only run when called by the release workflow on the default branch
if: github.event_name == 'workflow_call' && github.workflow_ref == format('{0}/.github/workflows/release.yaml@refs/heads/{1}', github.repository, github.event.repository.default_branch)
if: github.workflow_ref == format('{0}/.github/workflows/release.yaml@refs/heads/{1}', github.repository, github.event.repository.default_branch)
needs: [pytest-cram]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 84d65d3

Please sign in to comment.