Skip to content

Commit

Permalink
chore: changed to workflow_dispatch in check-outdated-content
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Méndez <sergioarm.gpl@gmail.com>
  • Loading branch information
sergioarmgpl committed Sep 20, 2024
1 parent 196fd42 commit 4ef3b36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-outdated-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
name: Check outdated content

on:
pull_request:

# pull_request:
workflow_dispatch:

jobs:
check-outdated-content:
Expand Down Expand Up @@ -161,4 +161,4 @@ jobs:
with:
update_existing: true
filename: website/content/zh_files.md


0 comments on commit 4ef3b36

Please sign in to comment.