Skip to content

Commit

Permalink
pls
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpetryk committed Mar 7, 2024
1 parent 0b5778c commit bd47b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
visual-tests:
runs-on: ubuntu-latest
timeout-minutes: 5
if: "contains(github.event.pull_request.labels.*.name, 'visual-changes')"
if: "contains(github.event.issue.labels.*.name, 'visual-changes')"
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
Expand Down

0 comments on commit bd47b7c

Please sign in to comment.