Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Apr 11, 2022
1 parent 0301e50 commit 4aa76b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
needs: main
runs-on: ubuntu-latest
if:
${{ github.repository == 'testing-library/dom-testing-library' && github.event_name == 'push' }}
${{ github.repository == 'testing-library/dom-testing-library' &&
github.event_name == 'push' }}
steps:
- name: 馃洃 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.0
Expand Down

0 comments on commit 4aa76b1

Please sign in to comment.