summaryrefslogtreecommitdiff
path: root/.github/workflows/build_esp.yml
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-12-04 21:08:47 +0700
committerhathach <[email protected]>2022-12-04 21:08:47 +0700
commitb37870c964e9fafe8cdd4ff6e48fa072ca59858b (patch)
tree8012783dae62eac0726790798098c84216501c8b /.github/workflows/build_esp.yml
parentb9314bddc5ca53c277a4472d7d162067c5e28604 (diff)
test exclude-file.txt, add action concurrency
Diffstat (limited to '.github/workflows/build_esp.yml')
-rw-r--r--.github/workflows/build_esp.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build_esp.yml b/.github/workflows/build_esp.yml
index 51d91de49..d775e50b6 100644
--- a/.github/workflows/build_esp.yml
+++ b/.github/workflows/build_esp.yml
@@ -7,6 +7,10 @@ on:
types:
- created
+concurrency:
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
+ cancel-in-progress: true
+
jobs:
build-esp:
runs-on: ubuntu-latest