Skip to content

Commit 7d4ca45

Browse files
authored
Skip visual tests for pull request events (#3771)
1 parent c25e362 commit 7d4ca45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ jobs:
188188
USE_BROWSER=firefox bundle exec rake test:system
189189
visual:
190190
name: Visual and Semantic Markup Regressions
191-
if: ${{ github.event_name == 'pull_request' }}
191+
# Temp skip this run
192+
if: ${{ github.event_name == 'pull_request' && false }}
192193
timeout-minutes: 20
193194
runs-on: ubuntu-latest-8-cores
194195
steps:

0 commit comments

Comments
 (0)