We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04f8e95 + dca08c6 commit b72ba4fCopy full SHA for b72ba4f
.github/workflows/validate-release.yml
@@ -58,8 +58,7 @@ jobs:
58
| \
59
gh workflow run release-performance-testing.yml \
60
--json \
61
- -R github/codeql-coding-standards-release-engineering \
62
- --ref rvermeulen/release-process
+ -R github/codeql-coding-standards-release-engineering
63
64
on-failure-validate-performance-dispatch:
65
needs: [pre-validate-performance, validate-performance]
@@ -127,8 +126,7 @@ jobs:
127
126
128
gh workflow run release-compiler-validation.yml \
129
130
131
132
133
on-failure-validate-compiler-compatibility-dispatch:
134
needs:
0 commit comments