Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/assign_milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
name: Assign Milestone on issue close

on:
workflow_dispatch:
issues:
types: [closed]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cancel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
name: Cancel

on:
workflow_dispatch:
workflow_run:
workflows:
- "Build python source distribution and wheels"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/issue-tagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

name: IssueTagger
on:
workflow_dispatch:
issues:
types: [opened]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# paths that are modified in the pull request.

name: LabelPrs
on: [pull_request_target]
on: [pull_request_target, workflow_dispatch]
permissions: read-all
jobs:
label:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-bot-pr-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

name: pr-bot-pr-updates
on:
workflow_dispatch:
pull_request_target:
types: ["synchronize"] # Synchronize is the action that runs after pushes to the user branch
issue_comment:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python_dependency_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Python Dependency Tests

on:
workflow_dispatch:
schedule:
- cron: '10 2 * * *'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/self-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

name: Assign or close an issue
on:
workflow_dispatch:
issue_comment:
types: [created]
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tour_of_beam_backend_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
name: Tour of Beam Go integration tests

on:
workflow_dispatch:
push:
branches: ['master', 'release-*']
tags: 'v*'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/triaged-on-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

name: Mark issue as triaged when assigned
on:
workflow_dispatch:
issues:
types: [assigned]
jobs:
Expand Down
Loading