Skip to content

Commit 7c1a511

Browse files
committed
Revert "Fix Nightly check run name (#109)"
This reverts commit d013a96.
1 parent d013a96 commit 7c1a511

File tree

6 files changed

+4
-23
lines changed

6 files changed

+4
-23
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
2724
concurrency:
2825
group: "${{ github.workflow }}-${{ github.head_ref || github.ref }}"
2926
cancel-in-progress: true

.github/workflows/auto-merge-dependabot.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ permissions:
88
jobs:
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

.github/workflows/coverage-upload.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
workflows: ["CI"]
55
types: [completed]
66

7-
permissions:
8-
contents: read
9-
checks: write # For the check run creation !
10-
117
jobs:
128
upload:
139
name: Upload

.github/workflows/nightly-tests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ on:
44
workflows: ["CI"]
55
types: [completed]
66

7-
permissions:
8-
contents: read
9-
checks: write # For the check run creation !
10-
117
jobs:
12-
tests:
13-
name: Tests
8+
nightly:
9+
name: Nightly
1410
permissions:
1511
contents: read
1612
checks: write # For the check run creation !

.github/workflows/pre-check-CI-updates.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ on:
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-
2722
concurrency:
2823
group: "${{ github.workflow }}-${{ github.head_ref || github.ref }}"
2924
cancel-in-progress: true

.github/workflows/reusable-nightly-tests-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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
@@ -97,7 +97,7 @@ jobs:
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

0 commit comments

Comments
 (0)