Skip to content

Commit e0946c4

Browse files
committed
maybe fix
1 parent ebe4318 commit e0946c4

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/container-build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Build and Push Container Images
22

33
on:
44
push:
5-
tags:
6-
- '*'
75

86
jobs:
97
build:

.github/workflows/e2e-tests-bats.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: End-to-end tests with BATS
22

33
on:
44
push:
5-
paths:
6-
- '.github/workflows/**'
7-
- 'chart/**'
8-
- 'e2e-tests/**'
9-
- 'pyproject.toml'
10-
- 'restic_k8s.py'
5+
# paths:
6+
# - '.github/workflows/**'
7+
# - 'chart/**'
8+
# - 'e2e-tests/**'
9+
# - 'pyproject.toml'
10+
# - 'restic_k8s.py'
1111

1212
workflow_dispatch: # Manual trigger option
1313

0 commit comments

Comments
 (0)