Skip to content

Commit 6b2f3e4

Browse files
authored
Try to fix automatic build condition (#7)
1 parent 5fd0902 commit 6b2f3e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-and-push-container-image.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
if: |
1111
github.event_name == 'pull_request' &&
1212
github.event.pull_request.merged == true &&
13-
github.base_ref == inputs.on_base_ref &&
1413
github.event.action == 'closed' &&
1514
(
1615
contains(github.event.pull_request.labels.*.name, 'major') ||

0 commit comments

Comments
 (0)