Commit df5b132 1 parent 9632acf commit df5b132 Copy full SHA for df5b132
File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
- name : ' CodeQL'
1
+ name : " CodeQL"
2
2
3
3
on :
4
+ merge_group :
4
5
push :
5
6
branches :
6
7
- develop
7
8
pull_request :
8
9
# The branches below must be a subset of the branches above
9
10
branches : [develop]
10
11
schedule :
11
- - cron : ' 23 19 * * 4'
12
+ - cron : " 23 19 * * 4"
12
13
13
14
jobs :
14
15
filter :
49
50
fail-fast : false
50
51
matrix :
51
52
type :
52
- - language : ' go '
53
+ - language : " go "
53
54
should-run : ${{ needs.filter.outputs.should-run-go }}
54
- - language : ' javascript'
55
+ - language : " javascript"
55
56
should-run : ${{ needs.filter.outputs.should-run-js }}
56
57
steps :
57
58
- name : Checkout repository
63
64
if : ${{ matrix.type.language == 'go' && matrix.type.should-run == 'true' }}
64
65
uses : ./.github/actions/setup-go
65
66
with :
66
- go-version-file : ' go.mod'
67
- only-modules : ' true'
67
+ go-version-file : " go.mod"
68
+ only-modules : " true"
68
69
69
70
- name : Touching core/web/assets/index.html
70
71
if : ${{ matrix.type.language == 'go' && matrix.type.should-run == 'true' }}
You can’t perform that action at this time.
0 commit comments