Skip to content

Commit

Permalink
ci: 👷 Add concurrency to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nclsbayona committed Jun 17, 2024
1 parent 040be9c commit 89193d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ on:
schedule:
- cron: '0 7 * * *'

concurrency:
group: "codeql"
cancel-in-progress: false

jobs:
analyze:
name: Analyze (${{ matrix.language }})
Expand Down

0 comments on commit 89193d3

Please sign in to comment.