File tree 3 files changed +13606
-5606
lines changed
3 files changed +13606
-5606
lines changed Original file line number Diff line number Diff line change 8
8
branches : [ dev, master ]
9
9
pull_request :
10
10
branches : [ dev, master ]
11
- pull_request_target :
12
- branches : [ dev, master ]
13
11
14
12
jobs :
15
13
build :
26
24
node-version : [14.x]
27
25
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
28
26
29
- if : |
30
- (github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]') ||
31
- (github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]')
32
-
33
27
steps :
34
- - name : Checkout
35
- if : ${{ github.event_name != 'pull_request_target' }}
36
- uses : actions/checkout@v2
37
-
38
- - name : Checkout PR
39
- if : ${{ github.event_name == 'pull_request_target' }}
40
- uses : actions/checkout@v2
41
- with :
42
- ref : ${{ github.event.pull_request.head.sha }}
43
-
28
+ - uses : actions/checkout@v2
44
29
- name : Use Node.js ${{ matrix.node-version }}
45
30
uses : actions/setup-node@v2
46
31
with :
You can’t perform that action at this time.
0 commit comments