We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddcf8ff commit 62e4e8bCopy full SHA for 62e4e8b
1 file changed
.github/workflows/validate-release.yml
@@ -184,7 +184,7 @@ jobs:
184
needs: [pre-validate-compiler-compatibility, determine-ref]
185
runs-on: ubuntu-latest
186
steps:
187
- - name: Invoke performance test
+ - name: Invoke compiler compatibility test
188
env:
189
RELEASE_REF: ${{ needs.determine-ref.outputs.ref }}
190
CHECK_RUN_ID: ${{ needs.pre-validate-compiler-compatibility.outputs.check-run-id }}
@@ -195,7 +195,7 @@ jobs:
195
--arg check_run_id "$CHECK_RUN_ID" \
196
'{ref: $ref, "check-run-id": $check_run_id}' \
197
| \
198
- gh workflow run release-performance-validation.yml \
+ gh workflow run release-compiler-validation.yml \
199
--json \
200
-R github/codeql-coding-standards-release-engineering \
201
--ref rvermeulen/release-process
0 commit comments