This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/main by this push:
     new fa5d09c6 YETUS-1248. create workflow_dispatch to all workflows (#338)
fa5d09c6 is described below

commit fa5d09c6a1c85847056cfe81f13cfd559e628504
Author: Allen Wittenauer <a...@apache.org>
AuthorDate: Fri Dec 6 08:31:57 2024 -0800

    YETUS-1248. create workflow_dispatch to all workflows (#338)
---
 .github/workflows/action-test.yml | 2 +-
 .github/workflows/ghcr.yml        | 1 +
 .github/workflows/linkcheck.yml   | 2 +-
 .github/workflows/yetus.yml       | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

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

Reply via email to