ci: add concurrency check

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
pull/1166/head
CrazyMax 3 years ago
parent 1343cdfc83
commit c1adfcb658
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

@ -1,5 +1,9 @@
name: build name: build
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: on:
workflow_dispatch: workflow_dispatch:
push: push:

@ -1,5 +1,9 @@
name: e2e name: e2e
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: on:
workflow_dispatch: workflow_dispatch:
push: push:

@ -1,5 +1,9 @@
name: validate name: validate
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: on:
workflow_dispatch: workflow_dispatch:
push: push:

Loading…
Cancel
Save