Skip to content

Commit

Permalink
fix CI on push
Browse files Browse the repository at this point in the history
for reference, documentation is here:
ttps://docs.github.com/en/actions/learn-github-actions/contexts#github-context
  • Loading branch information
catwell committed Jan 8, 2024
1 parent 00f494e commit a08e04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
lint_and_typecheck:
if: ${{ github.event.name == 'push' || github.event.label.name == 'run-ci' }}
if: ${{ github.event_name == 'push' || github.event.label.name == 'run-ci' }}
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit a08e04c

Please sign in to comment.