Skip to content

Commit

Permalink
ci: add workflow_dispatch events
Browse files Browse the repository at this point in the history
  • Loading branch information
edeckers committed Jan 18, 2022
1 parent d3114b5 commit 29ccba9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ on:
pull_request:
push:
branches:
- bot/maintenance/upgrade-dependencies
- develop
- main
workflow_dispatch:
workflow_run:
workflows: ["Upgrade all dependencies"]
types:
- completed

env:
android-adb-command-timeout-milliseconds: 20_000L
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/upgrade-dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Upgrade all dependencies
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'

Expand Down

0 comments on commit 29ccba9

Please sign in to comment.