Prevent github actions spam
This commit is contained in:
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v1
|
||||
with:
|
||||
config-file: ./.github/workflows/codeql-config.yml
|
||||
config-file: ./.github/config/codeql-config.yml
|
||||
|
||||
# This job is to prevent the workflow status from showing as failed when all other jobs are skipped - See https://github.community/t/workflow-is-failing-if-no-job-can-be-ran-due-to-condition/16873
|
||||
always_job:
|
||||
|
||||
14
.github/workflows/codeql-config.yml
vendored
14
.github/workflows/codeql-config.yml
vendored
@@ -1,14 +0,0 @@
|
||||
name: "CodeQL config"
|
||||
on:
|
||||
push:
|
||||
branches: [v8/contrib,v8/dev]
|
||||
paths-ignore:
|
||||
- node_modules
|
||||
- Umbraco.TestData
|
||||
- Umbraco.Tests
|
||||
- Umbraco.Tests.AcceptanceTest
|
||||
- Umbraco.Tests.Benchmarks
|
||||
- bin
|
||||
- build.tmp
|
||||
paths:
|
||||
- src
|
||||
Reference in New Issue
Block a user