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 ebe4318 commit e0946c4Copy full SHA for e0946c4
.github/workflows/container-build.yaml
@@ -2,8 +2,6 @@ name: Build and Push Container Images
2
3
on:
4
push:
5
- tags:
6
- - '*'
7
8
jobs:
9
build:
.github/workflows/e2e-tests-bats.yml
@@ -2,12 +2,12 @@ name: End-to-end tests with BATS
- paths:
- - '.github/workflows/**'
- - 'chart/**'
- - 'e2e-tests/**'
- - 'pyproject.toml'
10
- - 'restic_k8s.py'
+ # paths:
+ # - '.github/workflows/**'
+ # - 'chart/**'
+ # - 'e2e-tests/**'
+ # - 'pyproject.toml'
+ # - 'restic_k8s.py'
11
12
workflow_dispatch: # Manual trigger option
13
0 commit comments