Skip to content

Commit

Permalink
un-comment deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rymarczy committed Sep 30, 2024
1 parent c8ac31f commit 815bf45
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ad_hoc_deploy_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ on:
required: true

jobs:
# deploy:
# uses: ./.github/workflows/deploy-base.yaml
# with:
# # pass the inputs from the workflow dispatch through to the deploy base. the booleans are
# # converted to strings, so flip them back using fromJson function
# environment: ${{ github.event.inputs.environment }}
# deploy-ad-hoc: true
# secrets: inherit
deploy:
uses: ./.github/workflows/deploy-base.yaml
with:
# pass the inputs from the workflow dispatch through to the deploy base. the booleans are
# converted to strings, so flip them back using fromJson function
environment: ${{ github.event.inputs.environment }}
deploy-ad-hoc: true
secrets: inherit
run_ad_hoc_task:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 815bf45

Please sign in to comment.