Skip to content

Commit

Permalink
Rewrite if statement again
Browse files Browse the repository at this point in the history
  • Loading branch information
rytheranderson committed Dec 2, 2023
1 parent bef8b1c commit 6a8bd3e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
permissions:
id-token: write
if: |
github.event_name == 'workflow_run' &&
startsWith(github.ref, 'refs/tags/') &&
${{ github.event.workflow_run.conclusion == 'success' }}
github.event.workflow_run.conclusion == 'success' &&
startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 6a8bd3e

Please sign in to comment.