Remove unnecessary "test" prefix from check names

This commit is contained in:
Henry Mercer
2025-09-24 12:45:10 +02:00
parent 79bbb1744e
commit 8633a151d5
6 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ concurrency:
cancel-in-progress: ${{ github.event_name == 'pull_request' }} cancel-in-progress: ${{ github.event_name == 'pull_request' }}
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
jobs: jobs:
test-autobuild-working-dir: autobuild-working-dir:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

View File

@@ -31,7 +31,7 @@ concurrency:
cancel-in-progress: ${{ github.event_name == 'pull_request' }} cancel-in-progress: ${{ github.event_name == 'pull_request' }}
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
jobs: jobs:
test-proxy: global-proxy:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

View File

@@ -41,7 +41,7 @@ concurrency:
cancel-in-progress: ${{ github.event_name == 'pull_request' }} cancel-in-progress: ${{ github.event_name == 'pull_request' }}
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
jobs: jobs:
test-local-codeql: local-bundle:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: