aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2023-04-10 23:52:29 -0400
committerEli Schwartz <eschwartz93@gmail.com>2023-04-11 19:21:05 -0400
commitbb698bcbd833a83e1283b5a6d04170c93fa471b2 (patch)
tree88f5fe08302438947a1e8015aef15b757bdca70d
parent01016fc554efe0bfc59bf24d672653f5fe031b60 (diff)
downloadmeson-bb698bcbd833a83e1283b5a6d04170c93fa471b2.zip
meson-bb698bcbd833a83e1283b5a6d04170c93fa471b2.tar.gz
meson-bb698bcbd833a83e1283b5a6d04170c93fa471b2.tar.bz2
ci: rename workflow
Found by https://www.check-spelling.dev/ Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
-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: