Skip to content

Commit 8ffbe8f

Browse files
authored
Fix conftest and prometheus_rules tests and see if we can get test bundle to build off of main (#1179)
Signed-off-by: Eric Sauer <esauer@redhat.com>
1 parent ae2a438 commit 8ffbe8f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- main
78

89
env:
910
# TODO create bot account

.github/workflows/trigger-test-images.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Trigger test images
22

33
on:
4+
push:
5+
branches: [ main ]
46
pull_request:
57
branches: [ main ]
68
paths:
@@ -30,7 +32,7 @@ jobs:
3032
'"pr_number":"${{ github.event.number }}",' \
3133
'"commit_hash":"${{ needs.get-short-sha.outputs.sha }}"}' > trigger-information.json
3234
33-
- uses: actions/upload-artifact@v3
35+
- uses: actions/upload-artifact@v4
3436
with:
3537
name: trigger-information
3638
path: ./trigger-information.json

0 commit comments

Comments
 (0)