Skip to content

Commit

Permalink
Don't require version/rc so that workflow can be tested without them
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Jan 6, 2025
1 parent 01eef6e commit aee9d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/republish_released_docker_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aee9d87

Please sign in to comment.