Skip to content

Commit

Permalink
Remove ci-skip handling (#4184)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Dec 12, 2020
1 parent 44c58f3 commit 2532d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/visual-tests.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
build:

runs-on: ubuntu-latest
if: "github.event.pull_request.draft == false && !contains(github.event.head_commit.message, '[ci skip]')"
if: "github.event.pull_request.draft == false"

services:
mysql:
Expand Down

0 comments on commit 2532d5f

Please sign in to comment.