summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-08-02 16:30:18 +0200
committerGitHub <noreply@github.com>2021-08-02 16:30:18 +0200
commit2d1076af001f9dff6b3604b0b04dfd36f434b052 (patch)
tree0fb4660be6cdb4119d19072d523db14b85061dc5 /.github
parentfd276e19ca77941057f4a9e2a6bb34c9568f1130 (diff)
downloadATCD-2d1076af001f9dff6b3604b0b04dfd36f434b052.tar.gz
Update face.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/face.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/face.yml b/.github/workflows/face.yml
index 6248c205db1..e638e041588 100644
--- a/.github/workflows/face.yml
+++ b/.github/workflows/face.yml
@@ -6,6 +6,10 @@ on:
schedule:
- cron: '0 1 * * SUN'
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: true
+
jobs:
build:
strategy: