mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 15:02:01 +00:00
fix CI on push
for reference, documentation is here: ttps://docs.github.com/en/actions/learn-github-actions/contexts#github-context
This commit is contained in:
parent
00f494efe2
commit
a08e04c5af
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue