diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index 528632e3..2474fd8e 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -16,7 +16,7 @@ --- name: Action Test -on: [push, pull_request] # yamllint disable-line rule:truthy +on: [push, pull_request, workflow_dispatch] # yamllint disable-line rule:truthy jobs: build: diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index c9c430c6..f598eb8b 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -24,6 +24,7 @@ on: # yamllint disable-line rule:truthy - rel/* schedule: - cron: '5 12 * * 6' # UTC + workflow_dispatch: jobs: deploy: diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index a52777a4..15a1add0 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -16,7 +16,7 @@ --- name: linkcheck -on: [push, pull_request] # yamllint disable-line rule:truthy +on: [push, pull_request, workflow_dispatch] # yamllint disable-line rule:truthy # diff --git a/.github/workflows/yetus.yml b/.github/workflows/yetus.yml index 1b526a00..bcbf484f 100644 --- a/.github/workflows/yetus.yml +++ b/.github/workflows/yetus.yml @@ -16,7 +16,7 @@ --- name: Apache Yetus -on: [push, pull_request] # yamllint disable-line rule:truthy +on: [push, pull_request, workflow_dispatch] # yamllint disable-line rule:truthy permissions: statuses: write