This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/fixBranch
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/users/damccorm/fixBranch by 
this push:
     new aee9d877581 Don't require version/rc so that workflow can be tested 
without them
aee9d877581 is described below

commit aee9d877581136796b223bf96b8886486cc8a944
Author: Danny McCormick <[email protected]>
AuthorDate: Mon Jan 6 09:34:30 2025 -0500

    Don't require version/rc so that workflow can be tested without them
---
 .github/workflows/republish_released_docker_containers.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/republish_released_docker_containers.yml 
b/.github/workflows/republish_released_docker_containers.yml
index 49933e0f056..f369354e0b4 100644
--- a/.github/workflows/republish_released_docker_containers.yml
+++ b/.github/workflows/republish_released_docker_containers.yml
@@ -24,11 +24,11 @@ on:
     inputs:
       RELEASE:
         description: Beam version of current release (e.g. 2.XX.0)
-        required: true
+        required: false
         default: '2.XX.0'
       RC:
         description: Integer RC version for the release (e.g. 3 for RC3)
-        required: true
+        required: false
   schedule:
   - cron: "0 6 * * 1"
 env:

Reply via email to