We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d33c0b + de56ed6 commit 7800149Copy full SHA for 7800149
.github/workflows/manual-upgrade-tests.yaml
@@ -1,4 +1,4 @@
1
-name: Full Upgrade Test
+name: Manual Upgrade Test
2
on:
3
workflow_dispatch:
4
inputs:
@@ -10,7 +10,7 @@ on:
10
required: false
11
12
jobs:
13
- nightly-upgrade-tests:
+ manual-upgrade-tests:
14
uses: ./.github/workflows/upgrade-tests-workflow.yaml
15
secrets: inherit
16
with:
Makefile
@@ -305,7 +305,7 @@ test-validations:
305
@echo "✅ test-validations"
306
.PHONY: test-validations
307
308
-test-upgrade: vendor
+test-upgrade: gen cli
309
ginkgo -v test/upgrade
310
@echo "✅ test-upgrade"
311
.PHONY: test-upgrade
0 commit comments