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