File tree Expand file tree Collapse file tree 3 files changed +13606
-5606
lines changed Expand file tree Collapse file tree 3 files changed +13606
-5606
lines changed Original file line number Diff line number Diff line change 88 branches : [ dev, master ]
99 pull_request :
1010 branches : [ dev, master ]
11- pull_request_target :
12- branches : [ dev, master ]
1311
1412jobs :
1513 build :
2624 node-version : [14.x]
2725 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2826
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-
3327 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
4429 - name : Use Node.js ${{ matrix.node-version }}
4530 uses : actions/setup-node@v2
4631 with :
You can’t perform that action at this time.
0 commit comments