diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-12-20 18:13:48 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-20 18:13:48 +0900 |
| commit | a65c33c48756aea08d8c6341d65aa4836db5bd4c (patch) | |
| tree | eeecd5489ca55f217a5136977bc97c438129f2fb /.github/workflows/codeql-analysis.yml | |
| parent | 5337e9375ca0ac665805ffba2ccdf4a502819636 (diff) | |
| parent | 74e1d1ea02283f3f72ee6613e2433ceb9a8d4597 (diff) | |
| download | mruby-a65c33c48756aea08d8c6341d65aa4836db5bd4c.tar.gz mruby-a65c33c48756aea08d8c6341d65aa4836db5bd4c.zip | |
Merge pull request #5236 from shuujii/reorganize-GitHub-Actions-configuration
Reorganize GitHub Actions configuration [skip travis][skip appveyor]
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ea9f9bd8e..19fb63b35 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -8,6 +8,10 @@ on: jobs: CodeQL-Build: + if: | + !contains(github.event.head_commit.message, '[ci skip]') && + !contains(github.event.head_commit.message, '[skip ci]') && + !contains(github.event.head_commit.message, '[skip gha]') runs-on: ubuntu-latest |
