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/
This commit is contained in:
KOBAYASHI Shuji
2021-02-12 19:44:41 +09:00
parent 2af8e16cc6
commit 28729deed6
3 changed files with 0 additions and 24 deletions
-4
View File
@@ -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