Skip to content

Commit 79fa03f

Browse files
committed
skip e2e on main
Signed-off-by: clux <[email protected]>
1 parent 39ce719 commit 79fa03f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ jobs:
148148
e2e:
149149
runs-on: ubuntu-latest
150150
needs: [docker-base]
151+
# No need to e2e on main, we know it worked at the branch level
152+
# (also the e2e test assumes tag :test which is not available elsewhere)
153+
if: github.ref != 'refs/heads/main'
151154
steps:
152155
- uses: actions/checkout@v4
153156
- uses: nolar/setup-k3d-k3s@v1

0 commit comments

Comments
 (0)