Skip to content

Commit 62e4e8b

Browse files
committed
Invoke correct compiler validation workflow
1 parent ddcf8ff commit 62e4e8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validate-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
needs: [pre-validate-compiler-compatibility, determine-ref]
185185
runs-on: ubuntu-latest
186186
steps:
187-
- name: Invoke performance test
187+
- name: Invoke compiler compatibility test
188188
env:
189189
RELEASE_REF: ${{ needs.determine-ref.outputs.ref }}
190190
CHECK_RUN_ID: ${{ needs.pre-validate-compiler-compatibility.outputs.check-run-id }}
@@ -195,7 +195,7 @@ jobs:
195195
--arg check_run_id "$CHECK_RUN_ID" \
196196
'{ref: $ref, "check-run-id": $check_run_id}' \
197197
| \
198-
gh workflow run release-performance-validation.yml \
198+
gh workflow run release-compiler-validation.yml \
199199
--json \
200200
-R github/codeql-coding-standards-release-engineering \
201201
--ref rvermeulen/release-process

0 commit comments

Comments
 (0)