summaryrefslogtreecommitdiff
path: root/.github/workflows/build_arm.yml
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-12-04 20:29:24 +0700
committerhathach <[email protected]>2022-12-04 20:29:24 +0700
commite3df3ac5ce3d8ccb4c8b52eeaf0fef3ebd91eb14 (patch)
tree1b928768e572b35d2c87f23fece28e611547e0c8 /.github/workflows/build_arm.yml
parentd6d2499ad6d85cbc5f27a2917c04cca4aa1144ba (diff)
add codespell config and ci run
Diffstat (limited to '.github/workflows/build_arm.yml')
-rw-r--r--.github/workflows/build_arm.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml
index 369048fc6..0dab46d0f 100644
--- a/.github/workflows/build_arm.yml
+++ b/.github/workflows/build_arm.yml
@@ -7,6 +7,10 @@ on:
types:
- created
+concurrency:
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
+ cancel-in-progress: true
+
jobs:
# ---------------------------------------
# Unit testing with Ceedling