Skip to content

Commit

Permalink
Merge pull request #18 from eapolinario/only-run-components-checks
Browse files Browse the repository at this point in the history
Includ path filters to checks.yml
  • Loading branch information
eapolinario authored Sep 26, 2023
2 parents 8db7d8f + be70060 commit 701c59a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,25 @@ name: Components Checks

on:
pull_request:
paths:
- 'datacatalog/**'
- 'flyteadmin/**'
- 'flytecopilot/**'
- 'flyteidl/**'
- 'flyteplugins/**'
- 'flytepropeller/**'
- 'flytestdlib/**'
push:
branches:
- master
paths:
- 'datacatalog/**'
- 'flyteadmin/**'
- 'flytecopilot/**'
- 'flyteidl/**'
- 'flyteplugins/**'
- 'flytepropeller/**'
- 'flytestdlib/**'
env:
GO_VERSION: "1.19"
PRIORITIES: "P0"
Expand Down

0 comments on commit 701c59a

Please sign in to comment.