Skip to content

Commit a6faf08

Browse files
Merge pull request #1691 from tesshuflower/no-ffwd-to-rel-0-13
stop ffwding main to release-0.13
2 parents c694f16 + 41ce0bf commit a6faf08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/operator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
OPERATOR_IMAGE: "quay.io/backube/volsync"
2020
CUSTOM_SCORECARD_IMAGE: "quay.io/backube/volsync-custom-scorecard-tests"
2121
DOCKER_BUILDKIT: "1"
22-
FFWD_RELEASE_BRANCH: "release-0.13" # set to "" to skip ffwding from main to this branch
22+
FFWD_RELEASE_BRANCH: "" # set to "" to skip ffwding from main to this branch
2323

2424
jobs:
2525
lint:

0 commit comments

Comments
 (0)