Skip to content

Commit

Permalink
ci: cancle outdated codeql jobs (#11656)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Sep 9, 2021
1 parent f4ebbb7 commit bfed45a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -9,6 +9,10 @@ on:
schedule:
- cron: '0 13 * * 1'

concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true

permissions:
security-events: write

Expand Down

0 comments on commit bfed45a

Please sign in to comment.