Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- main
# No base-branch filter: a stacked PR targets its parent PR's branch, not
# main, and would otherwise get no CI at all until the parent merges.
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/helm-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Helm Integration Test

on:
workflow_dispatch:
# See CI.yml: no base-branch filter, so stacked PRs are covered too.
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down