diff options
| author | hathach <[email protected]> | 2022-12-04 21:08:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-12-04 21:08:47 +0700 |
| commit | b37870c964e9fafe8cdd4ff6e48fa072ca59858b (patch) | |
| tree | 8012783dae62eac0726790798098c84216501c8b /.github/workflows/build_esp.yml | |
| parent | b9314bddc5ca53c277a4472d7d162067c5e28604 (diff) | |
test exclude-file.txt, add action concurrency
Diffstat (limited to '.github/workflows/build_esp.yml')
| -rw-r--r-- | .github/workflows/build_esp.yml | 4 |
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 |
