From d176abfbf7463084254dc97938a6c1833baabcca Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Tue, 17 Dec 2024 10:49:45 -0500 Subject: [PATCH] DAOS-16262 ci: Force Bullseye workflow to run Since it runs on a schedule there will be no Run-GHA commit pragma to force it to run so set the input to force it. Skip-PR-comments: true Skip-build: true Signed-off-by: Brian J. Murrell --- .github/workflows/bullseye-coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bullseye-coverage.yml b/.github/workflows/bullseye-coverage.yml index 223087fee07..228379dca5f 100644 --- a/.github/workflows/bullseye-coverage.yml +++ b/.github/workflows/bullseye-coverage.yml @@ -96,6 +96,7 @@ jobs: LEAP15_VERSION: ${{ needs.Variables.outputs.LEAP15_VERSION }} PACKAGING_DIR: ${{ needs.Variables.outputs.PACKAGING_DIR }} COVFN_DISABLED: ${{ fromJSON(needs.Variables.outputs.COVFN_DISABLED) }} + RUN_GHA: true Calc-functional-matrix: name: Calculate Functional Testing Matrix