Commit dcca10e 1 parent 776b381 commit dcca10e Copy full SHA for dcca10e
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
- pull_request :
7
+ pull_request_target :
8
8
9
9
jobs :
10
10
build :
36
36
run : |
37
37
npm test -- --ci --coverage
38
38
- name : Coverage
39
- if : matrix.node-version == '12.x'
39
+ if : matrix.node-version == '12.x' && github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
40
40
uses : coverallsapp/github-action@v1.1.2
41
41
with :
42
42
flag-name : run-${{ matrix.node-version }}
@@ -49,12 +49,13 @@ jobs:
49
49
run : |
50
50
npm run e2e
51
51
- name : Bundle
52
+ if : github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
52
53
env :
53
54
BUNDLEWATCH_GITHUB_TOKEN : ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
54
55
run : |
55
56
npm run bundlewatch
56
57
- name : Deploy
57
- if : matrix.node-version == '12.x' && github.ref == 'refs/heads/master'
58
+ if : matrix.node-version == '12.x' && github.ref == 'refs/heads/master' && github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
58
59
env :
59
60
GH_TOKEN : ${{ secrets.GH_TOKEN }}
60
61
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments