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
2121 schedule :
2222 - cron : ' 0 0 1 * *' # Every month
2323
24- permissions :
25- contents : read
26-
2724concurrency :
2825 group : " ${{ github.workflow }}-${{ github.head_ref || github.ref }}"
2926 cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ permissions:
88jobs :
99 dependabot :
1010 runs-on : ubuntu-latest
11- permissions :
12- contents : write
13- pull-requests : write
1411 if : github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'yoanm/symfony-jsonrpc-http-server'
1512 steps :
1613 - name : Dependabot metadata
Original file line number Diff line number Diff line change 44 workflows : ["CI"]
55 types : [completed]
66
7- permissions :
8- contents : read
9- checks : write # For the check run creation !
10-
117jobs :
128 upload :
139 name : Upload
Original file line number Diff line number Diff line change 44 workflows : ["CI"]
55 types : [completed]
66
7- permissions :
8- contents : read
9- checks : write # For the check run creation !
10-
117jobs :
12- tests :
13- name : Tests
8+ nightly :
9+ name : Nightly
1410 permissions :
1511 contents : read
1612 checks : write # For the check run creation !
Original file line number Diff line number Diff line change 1919 - ' .github/workflows/reusable-nightly-tests-workflow.yml'
2020 - ' .github/workflows/auto-merge-dependabot.yml'
2121
22-
23- permissions :
24- contents : read
25- checks : write # For the check run creation !
26-
2722concurrency :
2823 group : " ${{ github.workflow }}-${{ github.head_ref || github.ref }}"
2924 cancel-in-progress : true
Original file line number Diff line number Diff line change 3636 - name : ' Check run ○'
3737 uses : yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@v0
3838 with :
39- name : ' Nightly / Fetch supported versions'
39+ name : ' Fetch supported versions'
4040 fails-on-triggering-workflow-failure : true
4141
4242 - name : Fetch PHP supported versions
9797 - name : ' Check run ○'
9898 uses : yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@v0
9999 with :
100- name : ' Nightly / ${{ matrix.job-name }}'
100+ name : ${{ matrix.job-name }}
101101 fails-on-triggering-workflow-failure : true
102102
103103 - name : Check out code
You can’t perform that action at this time.
0 commit comments