aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/nonnative.yml (renamed from .github/workflows/nonative.yml)6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/nonative.yml b/.github/workflows/nonnative.yml
index 32c2329..2848fe6 100644
--- a/.github/workflows/nonative.yml
+++ b/.github/workflows/nonnative.yml
@@ -1,7 +1,7 @@
name: Cross-only compilation environment
concurrency:
- group: nonative-${{ github.head_ref || github.ref }}
+ group: nonnative-${{ github.head_ref || github.ref }}
cancel-in-progress: true
on:
@@ -13,13 +13,13 @@ on:
paths:
- "mesonbuild/**"
- "test cases/**"
- - ".github/workflows/nonative.yml"
+ - ".github/workflows/nonnative.yml"
- "run*tests.py"
pull_request:
paths:
- "mesonbuild/**"
- "test cases/**"
- - ".github/workflows/nonative.yml"
+ - ".github/workflows/nonnative.yml"
- "run*tests.py"
permissions: