Skip to content

Commit d3908b9

Browse files
committed
Comment out duplicate variables
1 parent 741ee4c commit d3908b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ on:
1414

1515
env:
1616
TARGET_OFFICIAL_IMAGES_REPO: docker-library/official-images
17-
TARGET_OFFICIAL_IMAGES_REPO: Peter-Sh/official-images
17+
#TARGET_OFFICIAL_IMAGES_REPO: Peter-Sh/official-images
1818
FORKED_OFFICIAL_IMAGES_REPO: redis-developer/docker-library-official-images
1919
PR_USER_MENTIONS: "@adamiBs @yossigo @adobrzhansky @maxb-io @dagansandler @Peter-Sh"
20-
PR_USER_MENTIONS: ""
20+
#PR_USER_MENTIONS: ""
2121

2222
# UUID is used to help automation to identify workflow run in the list of workflow runs.
2323
run-name: "Release Publish${{ github.event.inputs.workflow_uuid && format(': {0}', github.event.inputs.workflow_uuid) || '' }}"

0 commit comments

Comments
 (0)