Skip to content

Commit 4dd2018

Browse files
committed
ci: stop update-dist reruns after generated dist pushes
Signed-off-by: CrazyMax <[email protected]>
1 parent a7bf4bb commit 4dd2018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
update-dist:
18-
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == github.event.pull_request.head.repo.full_name
18+
if: github.actor == 'dependabot[bot]' && github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == github.event.pull_request.head.repo.full_name
1919
runs-on: ubuntu-latest
2020
steps:
2121
-

0 commit comments

Comments
 (0)