We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3114b5 commit 29ccba9Copy full SHA for 29ccba9
.github/workflows/ci-build-and-test.yml
@@ -3,9 +3,13 @@ on:
3
pull_request:
4
push:
5
branches:
6
- - bot/maintenance/upgrade-dependencies
7
- develop
8
- main
+ workflow_dispatch:
9
+ workflow_run:
10
+ workflows: ["Upgrade all dependencies"]
11
+ types:
12
+ - completed
13
14
env:
15
android-adb-command-timeout-milliseconds: 20_000L
.github/workflows/upgrade-dependencies.yml
@@ -1,5 +1,6 @@
1
name: Upgrade all dependencies
2
on:
schedule:
- cron: '0 1 * * *'
0 commit comments