Skip to content

Commit 29ccba9

Browse files
committed
ci: add workflow_dispatch events
1 parent d3114b5 commit 29ccba9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci-build-and-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ on:
33
pull_request:
44
push:
55
branches:
6-
- bot/maintenance/upgrade-dependencies
76
- develop
87
- main
8+
workflow_dispatch:
9+
workflow_run:
10+
workflows: ["Upgrade all dependencies"]
11+
types:
12+
- completed
913

1014
env:
1115
android-adb-command-timeout-milliseconds: 20_000L

.github/workflows/upgrade-dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Upgrade all dependencies
22
on:
3+
workflow_dispatch:
34
schedule:
45
- cron: '0 1 * * *'
56

0 commit comments

Comments
 (0)