Skip to content

Commit

Permalink
Add the ability to run CI test on demand
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Dec 8, 2024
1 parent 11869b5 commit 7792a9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
release:
types: # This configuration does not affect the page_build event above
- created
workflow_dispatch:

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/update_head_docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Update Head Docs

on: [repository_dispatch, workflow_dispatch]
on:
repository_dispatch:
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 7792a9b

Please sign in to comment.