Skip to content

Commit

Permalink
Update CI to checkout before filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
krapie committed Aug 16, 2024
1 parent 57ea87b commit e2fbd5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ main ]
branches: [ main, ci-fine-tune ]
pull_request:
branches: [ main ]
paths-ignore:
Expand All @@ -26,6 +26,9 @@ jobs:
sharding-test: ${{ steps.ci-target-check.outputs.sharding-test }}

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: CI target check by path
uses: dorny/paths-filter@v3
id: ci-target-check
Expand Down

0 comments on commit e2fbd5d

Please sign in to comment.