Skip to content

Commit

Permalink
fix(ci): paths-filter after checkout (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang authored Jan 6, 2025
1 parent 4ec47bc commit 074cb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extension-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- tag=extension-${{ matrix.extension.name }}

steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
id: filter
with:
Expand All @@ -55,7 +56,6 @@ jobs:
echo "No relevant changes, skipping tests."
exit 0
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 074cb83

Please sign in to comment.