Skip to content

Commit

Permalink
ci: Manual docs dispatch (#21244)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Feb 13, 2025
1 parent 515c1b8 commit 3754520
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docs-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
repository_dispatch:
types:
- python-release-docs
# Allow manual trigger until we have properly versioned docs
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
repository_dispatch:
types:
- python-release
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 3754520

Please sign in to comment.