From 493df32a4e6d55da90da79bdea0b02c4dca8294e Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 17 Apr 2024 13:35:42 -0500 Subject: [PATCH] Finished debug of CI failures on Github Signed-off-by: Quincey Koziol --- .github/workflows/autotools.yml | 2 ++ .github/workflows/cve.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml index 5c56d22f398..547b48ac665 100644 --- a/.github/workflows/autotools.yml +++ b/.github/workflows/autotools.yml @@ -2,6 +2,8 @@ name: hdf5 dev autotools CI # Controls when the action will run. Triggers the workflow on push or pull request on: + workflow_dispatch: + push: pull_request: branches: [ develop ] paths-ignore: diff --git a/.github/workflows/cve.yml b/.github/workflows/cve.yml index cb637524a00..b0564d84247 100644 --- a/.github/workflows/cve.yml +++ b/.github/workflows/cve.yml @@ -1,6 +1,8 @@ name: cve dev on: + workflow_dispatch: + push: pull_request: branches: [ develop ] paths-ignore: