Skip to content

Commit

Permalink
Fix obvious typo in codeql.yaml (fixes #2465) (#2616)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger authored Jul 11, 2024
1 parent 88b5cd6 commit 13c8194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- cron: "32 13 * * 2"

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

jobs:
Expand Down

0 comments on commit 13c8194

Please sign in to comment.