Skip to content

Commit

Permalink
fix(ci): Pull repository in CI on push events on main branch (#459)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt J. <matthieu@probabl.ai>
  • Loading branch information
thomass-dev and rouk1 authored Oct 8, 2024
1 parent 3ff3451 commit 3a1ccd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
permissions:
pull-requests: read
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
id: filter
with:
Expand Down Expand Up @@ -51,6 +52,7 @@ jobs:

ci-all-green:
needs:
- changes
- lint-all-files
- lint-and-test-skore
- lint-and-test-skore-ui
Expand Down

0 comments on commit 3a1ccd2

Please sign in to comment.