mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
fix(ci): make CodeQL only run on schedule
This commit is contained in:
parent
59f8577d1f
commit
75fd41a0d8
1 changed files with 2 additions and 3 deletions
5
.github/workflows/codeql_analysis.yml
vendored
5
.github/workflows/codeql_analysis.yml
vendored
|
@ -2,9 +2,8 @@ name: CodeQL
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: '31 7 * * 3'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue