File tree Expand file tree Collapse file tree 6 files changed +4
-23
lines changed Expand file tree Collapse file tree 6 files changed +4
-23
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ on: # Build any PRs and main branch changes
21
21
schedule :
22
22
- cron : ' 0 0 1 * *' # Every month
23
23
24
- permissions :
25
- contents : read
26
-
27
24
concurrency :
28
25
group : " ${{ github.workflow }}-${{ github.head_ref || github.ref }}"
29
26
cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ permissions:
8
8
jobs :
9
9
dependabot :
10
10
runs-on : ubuntu-latest
11
- permissions :
12
- contents : write
13
- pull-requests : write
14
11
if : github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'yoanm/symfony-jsonrpc-http-server'
15
12
steps :
16
13
- name : Dependabot metadata
Original file line number Diff line number Diff line change 4
4
workflows : ["CI"]
5
5
types : [completed]
6
6
7
- permissions :
8
- contents : read
9
- checks : write # For the check run creation !
10
-
11
7
jobs :
12
8
upload :
13
9
name : Upload
Original file line number Diff line number Diff line change 4
4
workflows : ["CI"]
5
5
types : [completed]
6
6
7
- permissions :
8
- contents : read
9
- checks : write # For the check run creation !
10
-
11
7
jobs :
12
- tests :
13
- name : Tests
8
+ nightly :
9
+ name : Nightly
14
10
permissions :
15
11
contents : read
16
12
checks : write # For the check run creation !
Original file line number Diff line number Diff line change 19
19
- ' .github/workflows/reusable-nightly-tests-workflow.yml'
20
20
- ' .github/workflows/auto-merge-dependabot.yml'
21
21
22
-
23
- permissions :
24
- contents : read
25
- checks : write # For the check run creation !
26
-
27
22
concurrency :
28
23
group : " ${{ github.workflow }}-${{ github.head_ref || github.ref }}"
29
24
cancel-in-progress : true
Original file line number Diff line number Diff line change 36
36
- name : ' Check run ○'
37
37
uses : yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@v0
38
38
with :
39
- name : ' Nightly / Fetch supported versions'
39
+ name : ' Fetch supported versions'
40
40
fails-on-triggering-workflow-failure : true
41
41
42
42
- name : Fetch PHP supported versions
97
97
- name : ' Check run ○'
98
98
uses : yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@v0
99
99
with :
100
- name : ' Nightly / ${{ matrix.job-name }}'
100
+ name : ${{ matrix.job-name }}
101
101
fails-on-triggering-workflow-failure : true
102
102
103
103
- name : Check out code
You can’t perform that action at this time.
0 commit comments