ci: make ci run selectively (#745)
This commit is contained in:
parent
406c73701f
commit
959c20d38b
3 changed files with 20 additions and 3 deletions
7
.github/workflows/m1_ci.yml
vendored
7
.github/workflows/m1_ci.yml
vendored
|
|
@ -6,7 +6,12 @@ on:
|
|||
#
|
||||
# Whenever GitHub Actions gets official M1 support, we can use that for PRs and get rid of this
|
||||
# self-hosted runner: https://github.com/actions/virtual-environments/issues/2187
|
||||
- push
|
||||
push:
|
||||
paths-ignore:
|
||||
- "doc/**"
|
||||
- "README.md"
|
||||
- "**.md"
|
||||
- "LICENSE**"
|
||||
jobs:
|
||||
aarch64-macos:
|
||||
if: ${{ github.repository == 'hexops/mach' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue