File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 11jobs :
22 coq :
33 needs : []
4+ if : ${{ contains(github.event.head_commit.message, 'nix') }}
45 runs-on : macos-latest
56 concurrency :
67 group : ${{ github.workflow }}-MacOS-coq-${{ github.event_name }}-${{ github.head_ref || github.run_id }}
@@ -173,14 +174,8 @@ jobs:
173174 --argstr job "metacoq"
174175name : Nix CI for bundle coq-8.16
175176' on ' :
176- pull_request :
177- paths :
178- - .github/workflows/**
179177 pull_request_target :
180- types :
181- - opened
182- - synchronize
183- - reopened
178+ types : []
184179 push :
185180 branches :
186181 - master
Original file line number Diff line number Diff line change 11jobs :
22 coq :
33 needs : []
4+ if : ${{ contains(github.event.head_commit.message, 'nix') }}
45 runs-on : ubuntu-latest
56 concurrency :
67 group : ${{ github.workflow }}-Ubuntu-coq-${{ github.event_name }}-${{ github.head_ref || github.run_id }}
@@ -173,14 +174,8 @@ jobs:
173174 --argstr job "metacoq"
174175name : Nix CI for bundle coq-8.16
175176' on ' :
176- pull_request :
177- paths :
178- - .github/workflows/**
179177 pull_request_target :
180- types :
181- - opened
182- - synchronize
183- - reopened
178+ types : []
184179 push :
185180 branches :
186181 - master
You can’t perform that action at this time.
0 commit comments