Skip to content

Commit

Permalink
revert: gh action small change
Browse files Browse the repository at this point in the history
  • Loading branch information
paulovareiro29 committed Nov 14, 2024
1 parent d8a2d40 commit 6d868dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
name: Test components (do locally if failing)
needs: [linting-and-formatting]
runs-on: ubuntu-latest
if: github.event.pull_request.draft == true
if: github.event.pull_request.draft == false
container:
image: mcr.microsoft.com/playwright:v1.44.1-jammy
steps:
Expand Down

0 comments on commit 6d868dc

Please sign in to comment.