ci: rename workflow

Found by https://www.check-spelling.dev/

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pull/11673/head
Josh Soref 2 years ago committed by Eli Schwartz
parent 01016fc554
commit bb698bcbd8
  1. 6
      .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:
Loading…
Cancel
Save