File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
17
17
18
18
jobs :
19
19
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]' }}
21
21
strategy :
22
22
fail-fast : false
23
23
matrix :
Original file line number Diff line number Diff line change 43
43
run : ' npm run lint'
44
44
# There's no need to run the linter for each operating system, since it
45
45
# will find the same thing 3x and clog up the PR review.
46
- if : ${{matrix.os == 'ubuntu-latest'}}
46
+ if : ${{ matrix.os == 'ubuntu-latest' }}
47
47
48
48
- name : ' test'
49
49
run : ' npm test'
You can’t perform that action at this time.
0 commit comments