diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-02-12 21:09:07 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-12 21:09:07 +0900 |
| commit | 5f71e0e7548624f3ef5b3eb5b9be666da7cc752d (patch) | |
| tree | 3cc8edfe98ddd7259bef996468fff3b3cc2fbc5b /.github/workflows/codeql-analysis.yml | |
| parent | 2af8e16cc64243503352d02ed62f033e636921da (diff) | |
| parent | 28729deed6266a8d9a91bca4a06a7cfb2173ec34 (diff) | |
| download | mruby-5f71e0e7548624f3ef5b3eb5b9be666da7cc752d.tar.gz mruby-5f71e0e7548624f3ef5b3eb5b9be666da7cc752d.zip | |
Merge pull request #5337 from shuujii/remove-skip-ci-hack-to-GitHub-Actions
Remove "skip ci" hack to GitHub Actions [skip travis][skip appveyor]
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 19fb63b35..ea9f9bd8e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -8,10 +8,6 @@ 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 |
