Skip to content

Commit b72ba4f

Browse files
authored
Merge pull request #441 from rvermeulen/rvermeulen/remove-test-branch-reference
Remove test reference
2 parents 04f8e95 + dca08c6 commit b72ba4f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/validate-release.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
| \
5959
gh workflow run release-performance-testing.yml \
6060
--json \
61-
-R github/codeql-coding-standards-release-engineering \
62-
--ref rvermeulen/release-process
61+
-R github/codeql-coding-standards-release-engineering
6362
6463
on-failure-validate-performance-dispatch:
6564
needs: [pre-validate-performance, validate-performance]
@@ -127,8 +126,7 @@ jobs:
127126
| \
128127
gh workflow run release-compiler-validation.yml \
129128
--json \
130-
-R github/codeql-coding-standards-release-engineering \
131-
--ref rvermeulen/release-process
129+
-R github/codeql-coding-standards-release-engineering
132130
133131
on-failure-validate-compiler-compatibility-dispatch:
134132
needs:

0 commit comments

Comments
 (0)