mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
Don't run CI twice (on push AND pull request)
This commit is contained in:
parent
d74e4a7c9c
commit
3c4b96024f
1 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue