Skip to content

Commit 74a4569

Browse files
committed
github: workflows: excluded cpu/x64 and gpu from AArch64 CI trigger
1 parent 0bff5bd commit 74a4569

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci-aarch64.yml

+9
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,17 @@ name: "CI AArch64"
2121
#* https://github.com/orgs/community/discussions/26940#discussioncomment-5686753
2222
on:
2323
push:
24+
paths-ignore:
25+
- .github/**
26+
- src/gpu/**
27+
- src/cpu/x64/**
28+
2429
pull_request:
2530
types: [opened, synchronize, reopened]
31+
paths-ignore:
32+
- .github/**
33+
- src/gpu/**
34+
- src/cpu/x64/**
2635

2736
#* Stop stale workflows when pull requests are updated: https://stackoverflow.com/a/70972844
2837
#* Does not apply to the main branch.

0 commit comments

Comments
 (0)