Ver Fonte

Add manual trigger to CI workflow

Closes gh-9360
Eleftheria Stein há 4 anos atrás
pai
commit
793781fb67
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      .github/workflows/continuous-integration-workflow.yml

+ 1 - 0
.github/workflows/continuous-integration-workflow.yml

@@ -6,6 +6,7 @@ on:
       - master
   schedule:
     - cron: '0 10 * * *' # Once per day at 10am UTC
+  workflow_dispatch: # Manual trigger
 
 env:
   SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}