Skip to content

Commit 5b1c36d

Browse files
ENH: Add workflow-dispatch trigger to nightly and ci actions
1 parent cbe5af4 commit 5b1c36d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Continuous integration
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [ "master" ]
67
pull_request:

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Nightly
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
- cron: "43 5 * * *" # Run nightly at 5:43 UTC. Picked a time when the load may be lower. https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
67

0 commit comments

Comments
 (0)