Skip to content

Commit c303712

Browse files
committed
disable builds on main while course is still under development
1 parent 8e2b69e commit c303712

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/image-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: image-ci
22

33
on:
44
push:
5-
branches:
6-
- "main"
5+
# branches:
6+
# - "main"
77
tags:
88
- "[0-9]*.[0-9]*.[0-9]*"
99

@@ -109,3 +109,4 @@ jobs:
109109
uses: peter-evans/create-pull-request@v6
110110
with:
111111
token: ${{ secrets.DEVOPS_DIRECTIVE_KUBERNETES_COURSE_GITHUB_ACTION_PAT }}
112+
title: "Update image tags to (${{ steps.generate-image-tag.outputs.image_tag }})"

0 commit comments

Comments
 (0)