Skip to content

Commit b266124

Browse files
committed
chore: don't run two builds on main update
1 parent f6c6754 commit b266124

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
tags:
66
- v*
7-
branches:
8-
- master
9-
- main
107
pull_request:
118
workflow_dispatch:
129

.github/workflows/integration_test_main.yaml.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
permissions:
910
contents: read
@@ -29,6 +30,12 @@ jobs:
2930
- name: make build
3031
run: make build
3132

33+
- name: make verify
34+
run: make verify
35+
36+
- name: make test
37+
run: make test
38+
3239
- name: run integration test
3340
env:
3441
GARDENER_KUBECONFIG: ${{ secrets.GARDENER_LAAS_SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)