ci: remove skip check (#2857)

* ci: remove skip check
This commit is contained in:
ylemkimon
2021-03-30 23:36:23 +09:00
committed by GitHub
parent fe21971cad
commit 93bcbc0b51
2 changed files with 0 additions and 6 deletions

View File

@@ -9,9 +9,6 @@ on:
jobs:
screenshotter:
runs-on: ubuntu-latest
if: |
!contains(toJSON(github.event.commits.*.message), '[skip ci]') &&
!contains(toJSON(github.event.commits.*.message), '[ci skip]')
strategy:
matrix:
browser: [chrome, firefox, safari]