Skip to content

Commit 32a479a

Browse files
"Removed development branch from push event and removed git pull command in kustomize-ci workflow."
1 parent d7ec36a commit 32a479a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/kustomize-ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- feature/development
7-
- development
7+
# - development
88

99
jobs:
1010
build-and-push:
@@ -86,7 +86,6 @@ jobs:
8686
git add "$FILE"
8787
git commit -m "Update image tag to $IMAGE_TAG"
8888
89-
git pull origin auto/kustomize-update --rebase || true
9089
git push origin HEAD:auto/kustomize-update --force-with-lease
9190
9291

0 commit comments

Comments
 (0)