mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-10 01:33:53 +00:00
Don't run CI twice (on push AND pull request)
This commit is contained in:
parent
d74e4a7c9c
commit
3c4b96024f
1
.github/workflows/abidiff.yaml
vendored
1
.github/workflows/abidiff.yaml
vendored
@ -12,6 +12,7 @@ defaults:
|
|||||||
jobs:
|
jobs:
|
||||||
abi:
|
abi:
|
||||||
runs-on: ubuntu-latest
|
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:
|
container:
|
||||||
image: debian:testing
|
image: debian:testing
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user