Skip to content

Commit

Permalink
Merge pull request #2576 from techmatters/CHI-3056-make_weekly_deploy…
Browse files Browse the repository at this point in the history
…_selfhost

Fix workflow
  • Loading branch information
stephenhand authored Oct 24, 2024
2 parents b5518ed + 101acf1 commit 57d3e17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flex-aselo-development-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ on:
type: boolean
schedule:
- cron: 0 0 * * 0
env:
# Always use self-hosted deploys for cases where the action is triggered by something other than a user's manual intervention
SELF_HOSTED_DEPLOY: ${{ github.event_name != 'workflow_dispatch' }} && 'true' || ${{ inputs.self-hosted-deploy }}

jobs:
env:
# Always use self-hosted deploys for cases where the action is triggered by something other than a user's manual intervention
SELF_HOSTED_DEPLOY: ${{ github.event_name != 'workflow_dispatch' }} && 'true' || ${{ inputs.self-hosted-deploy }}
deploy:
uses: ./.github/workflows/flex-deploy.yml
secrets: inherit
Expand Down

0 comments on commit 57d3e17

Please sign in to comment.