From 2e0700a982c13eb1691531d03efbcf1aa092ba3c Mon Sep 17 00:00:00 2001 From: Dominik Werder Date: Fri, 1 Sep 2023 15:49:08 +0200 Subject: [PATCH] Trigger --- .github/workflows/build-rhel7.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/build-rhel7.yml b/.github/workflows/build-rhel7.yml index cb74f73..20ba742 100644 --- a/.github/workflows/build-rhel7.yml +++ b/.github/workflows/build-rhel7.yml @@ -12,6 +12,21 @@ on: default: "" required: false # deprecationMessage: + debug: + description: Debug symbols + type: choice + options: + - no + - yes + default: no + release: + description: Package + type: boolean + default: true + other: + description: Other + type: environment + required: false jobs: build-daqbuffer-job: runs-on: ubuntu-latest