diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 898dfc7..2536c32 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -1,8 +1,7 @@ on: schedule: - cron: 0 0 * * * - repository_dispatch: # run manually - types: [check-link] + workflow_dispatch: # run manually # push: # ...