Skip to content

Commit 17f675e

Browse files
committed
chore(ci): skip publishPreview for dependabot PRs
saves CI time by skipping kubo/ipfs-cluster-ctl download, IPFS init, and .car artifact creation on dependency update PRs
1 parent ed8ad6a commit 17f675e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
publishPreview:
2727
name: publish preview
2828
needs: build
29+
if: github.actor != 'dependabot[bot]'
2930
environment: Deploy
3031
runs-on: ubuntu-latest
3132
outputs:

0 commit comments

Comments
 (0)