We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988081f commit 624218aCopy full SHA for 624218a
1 file changed
.github/workflows/pr-docker-hato-bot.yml
@@ -18,6 +18,7 @@ jobs:
18
COMPOSE_DOCKER_CLI_BUILD: 1
19
permissions:
20
packages: write
21
+ if: github.repository == github.event.pull_request.head.repo.full_name
22
steps:
23
- uses: actions/checkout@v3
24
with:
0 commit comments