Skip to content

Commit

Permalink
ci: allow dispatch deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
sannajammeh committed Dec 2, 2023
1 parent 731088e commit 9ef785b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
workflows: ["CI"]
types: [completed]
branches: [canary]
workflow_dispatch: {}
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
jobs:
release:
runs-on: buildjet-4vcpu-ubuntu-2204
if: ${{ github.event.workflow_run.conclusion == 'success' }}
strategy:
matrix:
node-version: [19]
Expand Down

0 comments on commit 9ef785b

Please sign in to comment.