speed up checks on Pull Request
This commit is contained in:
parent
305a4bdcee
commit
66625870db
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -1,8 +1,11 @@
|
||||||
name: CI
|
name: CI
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
workflow_run:
|
||||||
|
branches-ignore: [ master ]
|
||||||
|
types: [ requested ]
|
||||||
|
workflows: [ Fuzzing ]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user