mirror of
https://github.com/bitnami/containers.git
synced 2026-04-05 08:47:47 +08:00
[bitnami/*] Fix skipped CDs for automated PRs when pusher != bitnami-bot (#5914)
* [bitnami/*] Fix skipped CDs for automated PRs when pusher != bitnami-bot Signed-off-by: FraPazGal <fdepaz@vmware.com> * Use username instead Signed-off-by: FraPazGal <fdepaz@vmware.com> Signed-off-by: FraPazGal <fdepaz@vmware.com>
This commit is contained in:
committed by
GitHub
parent
664cce4320
commit
19fa890da1
2
.github/workflows/cd-pipeline.yaml
vendored
2
.github/workflows/cd-pipeline.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
name: Get modified containers path
|
||||
if: |
|
||||
github.event.pusher.name == 'bitnami-bot' &&
|
||||
github.event.head_commit.author.username == 'bitnami-bot' &&
|
||||
github.event.forced == false
|
||||
outputs:
|
||||
result: ${{ steps.get-containers.outputs.result }}
|
||||
|
||||
Reference in New Issue
Block a user