Skip to content

Commit

Permalink
Removing ignored paths for CI runs
Browse files Browse the repository at this point in the history
The CI test is a required job for merging pull requests. If there
is a change that does not trigger this CI job the PR can't be
merged as it does not meet branch protection rules. There are
cases where this can happen.

While it is extra computing work to run these jobs when there are
no changes to the code there is additional process overhead to
deal with PRs that don't meet branch protection rules and who
has access to merge those.

Signed-off-by: Matt Farina <[email protected]>
  • Loading branch information
mattfarina committed Sep 15, 2022
1 parent 4f6c6e5 commit 084ebc8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ on:
schedule:
- cron: '0 5 * * *'
pull_request:
paths-ignore:
- 'docs/**'
- 'charts/**'
- 'scripts/**'
- '*.md'

env:
GOARCH: amd64
Expand Down

0 comments on commit 084ebc8

Please sign in to comment.