Skip to content

Commit e063ff0

Browse files
committed
ci: skip internal-upload in dependabot push
1 parent ed536e7 commit e063ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
needs:
9898
- merge
9999
runs-on: ubuntu-latest
100-
if: github.event_name != 'pull_request'
100+
if: github.event_name != 'pull_request' && github.actor != 'dependabot[bot]'
101101
env:
102102
COS_BASE64: ${{ secrets.COS_BASE64 }}
103103
LARK_PUSH_KEY: ${{ secrets.LARK_PUSH_KEY }}

0 commit comments

Comments
 (0)