Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ on:
- 'release-*'
pull_request:
types: [opened, synchronize, reopened, labeled]
branches:
- main
- 'release-*'
merge_group:

env:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/controller-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Check Bundle

on:
pull_request:
branches:
- main
- 'release-*'
paths:
- 'controller/**'

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/controller-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Kind based CI
on:
workflow_dispatch:
pull_request:
branches:
- main
- 'release-*'
paths:
- 'controller/**'

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/controller-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Controller Unit/Functional tests
on:
workflow_dispatch:
pull_request:
branches:
- main
- 'release-*'
paths:
- 'controller/**'
- 'protocol/**'
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: End-to-end tests
on:
workflow_dispatch:
pull_request:
branches:
- main
- 'release-*'
merge_group:

permissions:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
- main
- 'release-*'
pull_request:
branches:
- main
- 'release-*'
merge_group:

permissions:
Expand Down
Loading