Skip to content

Commit 78282a1

Browse files
committed
Make random formatting change to security.yaml
This is an attempt to set myself as the notification target. Closes coder#6090.
1 parent dbdd2ed commit 78282a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/security.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ on:
1212
# Runs every Monday morning PST
1313
- cron: "17 15 * * 1"
1414

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
15+
# Cancel in-progress runs for pull requests when developers push additional
16+
# changes, and serialize builds in branches.
1817
concurrency:
1918
group: ${{ github.workflow }}-${{ github.ref }}
2019
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)