File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ concurrency:
99 group : ${{ github.head_ref }}-${{ github.workflow }}
1010 cancel-in-progress : true
1111
12- on :
13- pull_request :
14- branches :
15- - ' **'
12+ # on:
13+ # pull_request:
14+ # branches:
15+ # - '**'
1616
1717jobs :
1818 pre_job :
Original file line number Diff line number Diff line change 3030 push :
3131 branches :
3232 - master
33+ pull_request :
34+ branches :
35+ - ' **'
3336 schedule :
3437 # Refresh snapshot every (02+8*x):25 UTC
3538 # When cache is present it is a light check workflow with early termination.
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ concurrency:
99 group : ${{ github.head_ref }}-${{ github.workflow }}
1010 cancel-in-progress : true
1111
12- on :
13- pull_request :
14- branches :
15- - ' **'
12+ # on:
13+ # pull_request:
14+ # branches:
15+ # - '**'
1616
1717jobs :
1818 pre_job :
You can’t perform that action at this time.
0 commit comments