Do less work on Github Actions
We don't need it running CodeQL on every push to every branch
This commit is contained in:
5
.github/workflows/codeql_linux.yml
vendored
5
.github/workflows/codeql_linux.yml
vendored
@@ -3,6 +3,7 @@ name: CodeQL Analysis (Linux)
|
|||||||
on:
|
on:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
|
branches: [ "master" ]
|
||||||
paths:
|
paths:
|
||||||
- src/**
|
- src/**
|
||||||
- cmake/**
|
- cmake/**
|
||||||
@@ -13,6 +14,7 @@ on:
|
|||||||
- "!**/Makefile*"
|
- "!**/Makefile*"
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches: [ "master" ]
|
||||||
paths:
|
paths:
|
||||||
- src/**
|
- src/**
|
||||||
- cmake/**
|
- cmake/**
|
||||||
@@ -23,6 +25,9 @@ on:
|
|||||||
- vcpkg.json
|
- vcpkg.json
|
||||||
- "!**/Makefile*"
|
- "!**/Makefile*"
|
||||||
|
|
||||||
|
schedule:
|
||||||
|
- cron: '22 11 * * 0'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
analyze-linux:
|
analyze-linux:
|
||||||
|
|||||||
5
.github/workflows/codeql_macos.yml
vendored
5
.github/workflows/codeql_macos.yml
vendored
@@ -3,6 +3,7 @@ name: CodeQL Analysis (macos)
|
|||||||
on:
|
on:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
|
branches: [ "master" ]
|
||||||
paths:
|
paths:
|
||||||
- src/**
|
- src/**
|
||||||
- cmake/**
|
- cmake/**
|
||||||
@@ -13,6 +14,7 @@ on:
|
|||||||
- "!**/Makefile*"
|
- "!**/Makefile*"
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches: [ "master" ]
|
||||||
paths:
|
paths:
|
||||||
- src/**
|
- src/**
|
||||||
- cmake/**
|
- cmake/**
|
||||||
@@ -23,6 +25,9 @@ on:
|
|||||||
- vcpkg.json
|
- vcpkg.json
|
||||||
- "!**/Makefile*"
|
- "!**/Makefile*"
|
||||||
|
|
||||||
|
schedule:
|
||||||
|
- cron: '22 11 * * 0'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
analyze-macos13-x86_64:
|
analyze-macos13-x86_64:
|
||||||
|
|||||||
5
.github/workflows/codeql_windows_msys2.yml
vendored
5
.github/workflows/codeql_windows_msys2.yml
vendored
@@ -3,6 +3,7 @@ name: CodeQL Analysis (Windows, msys2)
|
|||||||
on:
|
on:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
|
branches: [ "master" ]
|
||||||
paths:
|
paths:
|
||||||
- src/**
|
- src/**
|
||||||
- cmake/**
|
- cmake/**
|
||||||
@@ -13,6 +14,7 @@ on:
|
|||||||
- "!**/Makefile*"
|
- "!**/Makefile*"
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches: [ "master" ]
|
||||||
paths:
|
paths:
|
||||||
- src/**
|
- src/**
|
||||||
- cmake/**
|
- cmake/**
|
||||||
@@ -23,6 +25,9 @@ on:
|
|||||||
- vcpkg.json
|
- vcpkg.json
|
||||||
- "!**/Makefile*"
|
- "!**/Makefile*"
|
||||||
|
|
||||||
|
schedule:
|
||||||
|
- cron: '22 11 * * 0'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
analyze-msys2:
|
analyze-msys2:
|
||||||
|
|||||||
Reference in New Issue
Block a user