Update core.yml (#2160)

* Update core.yml

https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/

* Update core.yml
This commit is contained in:
green1052 2022-10-05 19:13:01 +09:00 committed by GitHub
parent 7ea53ab292
commit 1fcd062c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -8,9 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
if: ${{ !startsWith(github.event.head_commit.message, '[skip ci]') }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2