Skip to content

Commit

Permalink
CI: Use modern contexts (pt. 2)
Browse files Browse the repository at this point in the history
Missed one.

Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed Jan 17, 2024
1 parent 9b3d063 commit b2e0b29
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 @@ -62,7 +62,7 @@ jobs:
name: Upload release artifacts
runs-on: ubuntu-latest
needs: test
if: ${{ github.event_name == 'push' }}
if: github.event_name == 'push'
steps:
- name: Checkout source code
uses: actions/checkout@v4
Expand Down

0 comments on commit b2e0b29

Please sign in to comment.