Skip to content

Commit c529e5f

Browse files
committed
Change CodeQL workflow to only be manually triggered for now
1 parent 33ca079 commit c529e5f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: "Static Analysis: CodeQL Scan"
22

3-
on:
4-
push:
5-
branches:
6-
- "pull-request/[0-9]+"
7-
- "main"
3+
on: workflow_dispatch
4+
85
concurrency:
96
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
107
cancel-in-progress: true

0 commit comments

Comments
 (0)