Skip to content

Commit

Permalink
🚑👷 Fix a release if-clause for tag creation
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 5, 2020
1 parent 6b10c6c commit 71e03b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
tests:
if: >- # https://twitter.com/webKnjaZ/status/1308803017001652225
github.event_name != 'create' ||
github.ref_type == 'tag'
github.event.ref_type == 'tag'
runs-on: ${{ matrix.os }}
strategy:
# max-parallel: 5
Expand Down

0 comments on commit 71e03b1

Please sign in to comment.