We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e94e039 + c674057 commit 17a79beCopy full SHA for 17a79be
1 file changed
.github/workflows/pr-docker-hato-bot.yml
@@ -18,7 +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
+ if: github.event_name == 'release' || github.repository == github.event.pull_request.head.repo.full_name
22
steps:
23
- uses: actions/checkout@v3
24
with:
0 commit comments