You've already forked cpp-httplib
Don't run CI twice (on push AND pull request)
This commit is contained in:
1
.github/workflows/abidiff.yaml
vendored
1
.github/workflows/abidiff.yaml
vendored
@ -12,6 +12,7 @@ defaults:
|
||||
jobs:
|
||||
abi:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
|
||||
container:
|
||||
image: debian:testing
|
||||
|
||||
|
Reference in New Issue
Block a user