We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbdd2ed commit 78282a1Copy full SHA for 78282a1
.github/workflows/security.yaml
@@ -12,9 +12,8 @@ on:
12
# Runs every Monday morning PST
13
- cron: "17 15 * * 1"
14
15
-# Cancel in-progress runs for pull requests when developers push
16
-# additional changes, and serialize builds in branches.
17
-# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-concurrency-to-cancel-any-in-progress-job-or-run
+# Cancel in-progress runs for pull requests when developers push additional
+# changes, and serialize builds in branches.
18
concurrency:
19
group: ${{ github.workflow }}-${{ github.ref }}
20
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
0 commit comments