Skip to content

Commit 54141c5

Browse files
hsbtclaude
andcommitted
Skip check-dist for dependabot PRs
The compile-dependabot-updates workflow handles dist/ rebuilds for dependabot PRs, but its push via GITHUB_TOKEN does not re-trigger workflows. This causes check-dist to always fail on the pre-rebuild commit with no chance to re-run against the updated dist/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8d85145 commit 54141c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ permissions: {}
2020

2121
jobs:
2222
check-dist:
23+
if: ${{ github.actor != 'dependabot[bot]' }}
2324
runs-on: ubuntu-latest
2425

2526
steps:

0 commit comments

Comments
 (0)