We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ce719 commit 79fa03fCopy full SHA for 79fa03f
.github/workflows/ci.yml
@@ -148,6 +148,9 @@ jobs:
148
e2e:
149
runs-on: ubuntu-latest
150
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'
154
steps:
155
- uses: actions/checkout@v4
156
- uses: nolar/setup-k3d-k3s@v1
0 commit comments