Skip to content

Commit

Permalink
Merge pull request #308 from Kuadrant/revert-306-ci-fix
Browse files Browse the repository at this point in the history
Revert "cI: only run the build image on main branch and for PR jobs."
  • Loading branch information
alexsnaps authored May 1, 2024
2 parents a12dbc5 + 733646b commit 52c050c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: Build Image

on:
workflow_dispatch:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
branches: ['*']
tags: ['*']

env:
IMG_REGISTRY_HOST: quay.io
IMG_REGISTRY_ORG: kuadrant
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: e2e tests
on:
push:
branches:
- 'main'
- '*'
pull_request:
branches:
- 'main'

- '*'
jobs:
limits_file_watcher:
name: Limits File Watcher in k8s environment
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: Limitador
on:
push:
branches:
- 'main'
- '*'
pull_request:
branches:
- 'main'
- '*'
schedule:
- cron: '5 4 * * *'

Expand Down

0 comments on commit 52c050c

Please sign in to comment.