Skip to content

Commit 3c4b960

Browse files
committed
Don't run CI twice (on push AND pull request)
1 parent d74e4a7 commit 3c4b960

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/abidiff.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ defaults:
1212
jobs:
1313
abi:
1414
runs-on: ubuntu-latest
15+
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
1516
container:
1617
image: debian:testing
1718

0 commit comments

Comments
 (0)