Skip to content

Commit

Permalink
Specialize config check CI workflow (#534)
Browse files Browse the repository at this point in the history
Update the CI workflow for validating the Codecov configuration from
being framed as a "general config check workflow" to a specific "Codecov
config check workflow". The main aim of this change is to avoid, in the
future, running the Codecov configuration check when another config
file that is continuously validated is changed. This wastes resources
and puts unnecessary load on the Codecov API.
  • Loading branch information
ericcornelissen authored Jul 25, 2023
1 parent 27344d1 commit bf63e90
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Config
name: Config Codecov
on:
pull_request:
paths:
- .github/workflows/check-config.yml
- .github/workflows/config-codecov.yml
- .github/codecov.yml
push:
branches:
- main
- main-v1
paths:
- .github/workflows/check-config.yml
- .github/workflows/config-codecov.yml
- .github/codecov.yml

permissions: read-all
Expand Down

0 comments on commit bf63e90

Please sign in to comment.