ci: missing concurrency checks

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

@ -1,5 +1,9 @@
name: ci name: ci
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: on:
schedule: schedule:
- cron: '0 10 * * *' - cron: '0 10 * * *'

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

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

Loading…
Cancel
Save