Skip to content

Commit 66328f4

Browse files
committed
Turn on the rest of the workflows
1 parent b02b50e commit 66328f4

File tree

9 files changed

+69
-12
lines changed

9 files changed

+69
-12
lines changed

.github/workflows/alibidetect_tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: V1 Alibi Detect Tests
22

3-
on: []
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
# TODO revert before merge to master
8+
branches: [ release-1.19.0-prep ]
9+
workflow_dispatch:
410

511
jobs:
612
lint:

.github/workflows/alibiexplainer_tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: V1 Alibi Explainer Tests
22

3-
on: []
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
# TODO revert before merge to master
8+
branches: [ release-1.19.0-prep ]
9+
workflow_dispatch:
410

511
jobs:
612
lint:

.github/workflows/python_lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ on:
55
branches:
66
- master
77
- release-1.19.0-prep
8-
- fix-python-linting-errors
98
pull_request:
109
# TODO revert before merge to master
11-
branches: [ release-1.19.0-prep ]
10+
branches: [ master, release-1.19.0-prep ]
1211
workflow_dispatch:
1312

1413
env:

.github/workflows/python_tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: V1 Python Tests
22

3-
on: []
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- release-1.19.0-prep
8+
pull_request:
9+
# TODO revert before merge to master
10+
branches: [ master, release-1.19.0-prep ]
11+
workflow_dispatch:
412

513
jobs:
614
python-tests:

.github/workflows/security_code_tests_v1.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: V1 Security code Tests
22

3-
on: []
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- release-1.19.0-prep
8+
pull_request:
9+
# TODO revert before merge to master
10+
branches: [ master, release-1.19.0-prep ]
11+
workflow_dispatch:
412

513
jobs:
614
security-python:

.github/workflows/security_tests_go_v1.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: V1 Security Tests Go Images
22

3-
on: []
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- release-1.19.0-prep
8+
pull_request:
9+
# TODO revert before merge to master
10+
branches: [ master, release-1.19.0-prep ]
11+
workflow_dispatch:
412

513
jobs:
614
image-executor:

.github/workflows/security_tests_python_v1.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: V1 Security Tests Python Images
22

3-
on: []
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- release-1.19.0-prep
8+
pull_request:
9+
# TODO revert before merge to master
10+
branches: [ master, release-1.19.0-prep ]
11+
workflow_dispatch:
412

513
jobs:
614
build-upload-scan-base-images:

.github/workflows/test-executor.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
---
21
name: V1 Executor Lint & Tests
32

4-
on: []
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- release-1.19.0-prep
8+
pull_request:
9+
# TODO revert before merge to master
10+
branches: [ master, release-1.19.0-prep ]
11+
workflow_dispatch:
512

613
env:
714
GOLANG_VERSION: 1.24.7

.github/workflows/test-operator.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
---
21
name: V1 Operator Lint & Tests
32

4-
on: []
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- release-1.19.0-prep
8+
pull_request:
9+
# TODO revert before merge to master
10+
branches: [ master, release-1.19.0-prep ]
11+
workflow_dispatch:
512

613
env:
714
GOLANG_VERSION: 1.24.7

0 commit comments

Comments
 (0)