Skip to content

Commit ec703cf

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

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
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: 3 additions & 2 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

@@ -67,11 +68,11 @@ jobs:
6768
- uses: actions/download-artifact@v2
6869
with:
6970
name: pod-changes
70-
path: ios
71+
path: ios/Podfile.lock
7172
- uses: actions/download-artifact@v2
7273
with:
7374
name: gradle-package-changes
74-
path: android
75+
path: android/gradle.lockfile
7576
- uses: peter-evans/create-pull-request@v3
7677
with:
7778
add-paths: |

0 commit comments

Comments
 (0)