Skip to content

Commit 9019efd

Browse files
authored
add workflow_dispatch to other workflow files (#39491)
* add workflow_dispatch to other workflow files * removed unnecessary workflow changes
1 parent 3c9f9ce commit 9019efd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python_dependency_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Python Dependency Tests
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
- cron: '10 2 * * *'
67
pull_request:

.github/workflows/tour_of_beam_backend_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
name: Tour of Beam Go integration tests
2121

2222
on:
23+
workflow_dispatch:
2324
push:
2425
branches: ['master', 'release-*']
2526
tags: 'v*'

0 commit comments

Comments
 (0)