Skip to content

Commit

Permalink
Run CI workflows on all pull requests (#1217)
Browse files Browse the repository at this point in the history
Problem: Pull requests into feature branches were not running all workflows.

Solution: Update workflow to run pipelines on all pull requests.
  • Loading branch information
sjberman committed Nov 2, 2023
1 parent f547884 commit 61107bd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"
pull_request:
branches:
- main
- release-*

defaults:
run:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"
pull_request:
branches:
- main
- release-*
schedule:
- cron: "0 4 * * *" # run every day at 4am UTC

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ on:
branches:
- main
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize

concurrency:
group: ${{ github.ref_name }}-lint
Expand Down
1 change: 1 addition & 0 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ yaml-files:
ignore:
- deploy/helm-chart/templates/
- deploy/helm-chart/crds/
- .github/workflows/

rules:
braces: enable
Expand Down

0 comments on commit 61107bd

Please sign in to comment.