mirror of https://github.com/coder/code-server.git
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:
parent
dbdd2edb62
commit
78282a1fd6
|
@ -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' }}
|
||||
|
|
Loading…
Reference in New Issue