Skip to content

Commit f43ff27

Browse files
authored
Merge branch 'main' into license-update
2 parents e6da205 + 63eef97 commit f43ff27

File tree

3 files changed

+1
-26
lines changed

3 files changed

+1
-26
lines changed

.github/workflows/container-build-test.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,9 @@
1515
name: Container Build Validation
1616

1717
on:
18-
pull_request:
19-
branches:
20-
- main
21-
paths:
22-
# Container-related files
23-
- '**/Dockerfile*'
24-
- '**/docker/**'
25-
- '**/*.go'
26-
- '**/go.mod'
27-
- '**/go.sum'
28-
- '**/pyproject.toml'
29-
- '**/poetry.lock'
30-
- '**/*Makefile*'
31-
- 'scripts/**'
32-
# Workflow files
33-
- '.github/workflows/container-build-test.yml'
34-
- '.github/actions/build-container/**'
35-
- '.github/actions/setup-build-env/**'
36-
# Build scripts
37-
- 'build_image_list.sh'
3818
push:
3919
branches:
20+
- main
4021
- "pull-request/[0-9]+"
4122
paths:
4223
# Container-related files

.github/workflows/e2e-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
name: E2E Tests
1616

1717
on:
18-
pull_request:
19-
branches:
20-
- main
2118
push:
2219
branches:
2320
- main

.github/workflows/lint-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
name: Lint and Test
1616

1717
on:
18-
pull_request:
19-
branches:
20-
- main
2118
push:
2219
branches:
2320
- main

0 commit comments

Comments
 (0)