From 78282a1fd6f1dde0ff5867dfb3f3c489d48043d2 Mon Sep 17 00:00:00 2001 From: Asher Date: Tue, 21 Mar 2023 12:16:22 -0800 Subject: [PATCH] Make random formatting change to security.yaml This is an attempt to set myself as the notification target. Closes #6090. --- .github/workflows/security.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 4ba6d36c5..1b683e03d 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -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' }}