ci: remove unused ci condition (#1363)

This commit is contained in:
Horu 2022-11-14 11:11:15 +07:00 committed by GitHub
parent 9816a77729
commit d48d106588
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,6 @@ on:
jobs: jobs:
build: build:
if: "!contains(github.event.head_commit.message, 'skip ci')"
strategy: strategy:
fail-fast: false fail-fast: false