Преглед изворни кода

Don't run CI twice (on push AND pull request)

yhirose пре 11 месеци
родитељ
комит
3c4b96024f
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      .github/workflows/abidiff.yaml

+ 1 - 0
.github/workflows/abidiff.yaml

@@ -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