CI will be skipped if the appropriate flag is in the head commit message

This commit is contained in:
2021-01-24 23:44:03 +00:00
parent a11f741ccd
commit 01a828a14a

View File

@@ -12,6 +12,7 @@ jobs:
IMGUR_UPLOAD_CLIENT_ID: ${{ secrets.IMGUR_UPLOAD_CLIENT_ID }}
IMGUR_UPLOAD_CLIENT_SECRET: ${{ secrets.IMGUR_UPLOAD_CLIENT_SECRET }}
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
max-parallel: 1
matrix: