Skip to content

Commit e2bae00

Browse files
authored
Avoid running the arm64e BVT when syncing a fork (#83)
1 parent 7c4e174 commit e2bae00

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pipeline-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run-bvt-appleclang-arm64e:
3737
uses: ./.github/workflows/bvt-appleclang-arm64e.yml
3838
name: Run BVT with AppleClang (arm64e with PAC)
39+
if: github.event_name != 'push' || github.repository == 'ngcpp/proxy'
3940

4041
run-bvt-nvhpc:
4142
uses: ./.github/workflows/bvt-nvhpc.yml

0 commit comments

Comments
 (0)