Skip to content

Commit

Permalink
Allow the deploy to alpha github action to be triggered manually #5862
Browse files Browse the repository at this point in the history
  • Loading branch information
boryanagoncharenko committed Oct 21, 2024
1 parent d1109b1 commit 72b0914
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-to-alpha.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Automatically deploy to Alpha
on:
workflow_dispatch: {}

# Run this AFTER the unit test job finishes
workflow_run:
# Must be the same as in unittests.yml, cypresstests.yml
Expand Down

0 comments on commit 72b0914

Please sign in to comment.