mirror of
https://github.com/docker/setup-qemu-action.git
synced 2026-05-18 12:18:17 +01:00
Compare commits
2 Commits
6412e4f975
...
f4e8deed0c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4e8deed0c | ||
|
|
5a1a5cc4f8 |
2
.github/workflows/update-dist.yml
vendored
2
.github/workflows/update-dist.yml
vendored
@@ -15,7 +15,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-dist:
|
update-dist:
|
||||||
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == github.event.pull_request.head.repo.full_name
|
if: github.actor == 'dependabot[bot]' && github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == github.event.pull_request.head.repo.full_name
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
|
|||||||
Reference in New Issue
Block a user