mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
schedule:
|
||||||
branches:
|
- cron: '31 7 * * 3'
|
||||||
- main
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue