diff options
| author | KOBAYASHI Shuji <[email protected]> | 2021-02-12 19:44:41 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2021-02-12 19:44:41 +0900 |
| commit | 28729deed6266a8d9a91bca4a06a7cfb2173ec34 (patch) | |
| tree | 3cc8edfe98ddd7259bef996468fff3b3cc2fbc5b /.github/workflows/codeql-analysis.yml | |
| parent | 2af8e16cc64243503352d02ed62f033e636921da (diff) | |
| download | mruby-28729deed6266a8d9a91bca4a06a7cfb2173ec34.tar.gz mruby-28729deed6266a8d9a91bca4a06a7cfb2173ec34.zip | |
Remove "skip ci" hack to GitHub Actions [skip travis][skip appveyor]
GitHub Actions now supports "skip ci" natively:
https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
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 |
