Skip to content

Commit 95bb0ac

Browse files
committed
Allow manually running workflows
1 parent 3f7280a commit 95bb0ac

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/sync-batch-1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Sync CI (batch 1)
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
# Run this job every Monday at 12am
67
- cron: "0 0 * * 1"

.github/workflows/sync-batch-2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Sync CI (batch 2)
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
# Run this job every Monday at 1am
67
- cron: "0 1 * * 1"

.github/workflows/sync-batch-3.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Sync CI (batch 3)
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
# Run this job every Monday at 2am
67
- cron: "0 2 * * 1"

.github/workflows/sync-batch-4.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Sync CI (batch 4)
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
# Run this job every Monday at 3am
67
- cron: "0 3 * * 1"

.github/workflows/sync-batch-5.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Sync CI (batch 5)
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
# Run this job every Monday at 4am
67
- cron: "0 4 * * 1"

.github/workflows/sync-batch-6.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Sync CI (batch 6)
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
# Run this job every Monday at 5am
67
- cron: "0 5 * * 1"

0 commit comments

Comments
 (0)