fix ci take 2

This commit is contained in:
Redecorating
2022-01-07 17:24:57 +11:00
committed by GitHub
parent 49510dd68b
commit f2f8ba0c4d
-1
View File
@@ -3,7 +3,6 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
if: !contains(github.event.head_commit.message, '[no ci]')
steps:
- name: Checkout Repo
uses: actions/checkout@v2