File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
1717
1818jobs :
1919 integration :
20- if : ${{ github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name && github.actor != 'dependabot[bot]' }}
20+ if : ${{ github.event_name == 'workflow_dispatch' || github.event_name == ' push' || github.repository == github.event.pull_request.head.repo.full_name && github.actor != 'dependabot[bot]' }}
2121 strategy :
2222 fail-fast : false
2323 matrix :
Original file line number Diff line number Diff line change 4343 run : ' npm run lint'
4444 # There's no need to run the linter for each operating system, since it
4545 # will find the same thing 3x and clog up the PR review.
46- if : ${{matrix.os == 'ubuntu-latest'}}
46+ if : ${{ matrix.os == 'ubuntu-latest' }}
4747
4848 - name : ' test'
4949 run : ' npm test'
You can’t perform that action at this time.
0 commit comments