summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-08-02 16:30:55 +0200
committerGitHub <noreply@github.com>2021-08-02 16:30:55 +0200
commitf6cbfb79b06349e14d7aa7c521ab511229ddaf0d (patch)
tree54f02c766c9a2c777947e9bfefba6bf0bb8c5507
parent61bdc2067c7341cbbca0abe15d7abc2e1317d095 (diff)
downloadATCD-f6cbfb79b06349e14d7aa7c521ab511229ddaf0d.tar.gz
Update macosx.yml
-rw-r--r--.github/workflows/macosx.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/macosx.yml b/.github/workflows/macosx.yml
index d7ff328b136..96389ef47d2 100644
--- a/.github/workflows/macosx.yml
+++ b/.github/workflows/macosx.yml
@@ -6,6 +6,10 @@ on:
schedule:
- cron: '0 1 * * SUN'
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: true
+
jobs:
build:
strategy: