mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user