Skip to content

Commit

Permalink
[CN-3075] Uncommenting usage of dispatch inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
tovar-rodrigo committed Mar 29, 2024
1 parent 283debc commit 63b8901
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
build:
uses: ./.github/workflows/build.yml
with:
# BRANCH: ${{ inputs.BRANCH }}
BRANCH: "master"
BRANCH: ${{ inputs.BRANCH }}
#BRANCH: "master"

docker:
needs: build
uses: ./.github/workflows/docker-build.yml
with:
#BRANCH: ${{ inputs.BRANCH }}
#IMAGE_VERSION: ${{ inputs.THD_DECK_VERSION }}
BRANCH: master
IMAGE_VERSION: "0.0.0"
BRANCH: ${{ inputs.BRANCH }}
IMAGE_VERSION: ${{ inputs.THD_DECK_VERSION }}
#BRANCH: master
#IMAGE_VERSION: "0.0.0"

0 comments on commit 63b8901

Please sign in to comment.