Skip to content

Commit 1fa88fe

Browse files
authored
Merge pull request #74 from crazy-max/fix-update-dist
ci: stop update-dist reruns after generated dist pushes
2 parents a7bf4bb + 4dd2018 commit 1fa88fe

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)