Make random formatting change to security.yaml

This is an attempt to set myself as the notification target.

Closes #6090.
This commit is contained in:
Asher 2023-03-21 12:16:22 -08:00
parent dbdd2edb62
commit 78282a1fd6
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 2 additions and 3 deletions

View File

@ -12,9 +12,8 @@ on:
# Runs every Monday morning PST
- cron: "17 15 * * 1"
# Cancel in-progress runs for pull requests when developers push
# additional changes, and serialize builds in branches.
# 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.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}