Skip to content

Commit dff6acd

Browse files
committed
fix(ci): fix bad path filters
1 parent b254fdd commit dff6acd

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/workflows/agent-ci.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
# LICENSE END
1919
#
2020

21-
22-
23-
24-
25-
26-
2721
name: Agent CI
2822
on:
2923
pull_request:
@@ -32,7 +26,7 @@ on:
3226
paths:
3327
- agent/**
3428
- containers/agent.Dockerfile
35-
- .github/workflows/agent-container.yaml
29+
- .github/workflows/agent-ci.yaml
3630
push:
3731
branches:
3832
- main
@@ -41,7 +35,7 @@ on:
4135
paths:
4236
- agent/**
4337
- containers/agent.Dockerfile
44-
- .github/workflows/agent-container.yaml
38+
- .github/workflows/agent-ci.yaml
4539
env:
4640
REGISTRY: ghcr.io
4741
IMAGE_NAME: ${{ github.repository }}

.github/workflows/operator-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
paths:
2929
- operator/**
3030
- containers/operator.Dockerfile
31-
- .github/workflows/operator-container.yaml
31+
- .github/workflows/operator-ci.yaml
3232
push:
3333
branches:
3434
- main
@@ -37,7 +37,7 @@ on:
3737
paths:
3838
- operator/**/*.go
3939
- containers/operator.Dockerfile
40-
- .github/workflows/operator-container.yaml
40+
- .github/workflows/operator-ci.yaml
4141

4242
# NOTE: we may want to switch to matrix build for multi-platform support if this is taking too long
4343
# https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners

0 commit comments

Comments
 (0)