Skip to content

Commit

Permalink
github: workflows: excluded cpu/x64 and gpu from AArch64 CI trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
vpirogov committed Dec 12, 2024
1 parent 0bff5bd commit 74a4569
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,17 @@ name: "CI AArch64"
#* https://github.com/orgs/community/discussions/26940#discussioncomment-5686753
on:
push:
paths-ignore:
- .github/**
- src/gpu/**
- src/cpu/x64/**

pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- .github/**
- src/gpu/**
- src/cpu/x64/**

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

0 comments on commit 74a4569

Please sign in to comment.