diff --git a/.github/workflows/cmake_ninja_crossbuild.yml b/.github/workflows/cmake_ninja_crossbuild.yml index f1c3493..955f012 100644 --- a/.github/workflows/cmake_ninja_crossbuild.yml +++ b/.github/workflows/cmake_ninja_crossbuild.yml @@ -1,6 +1,18 @@ name: cmake ninja crossbuild package release on: workflow_dispatch: + inputs: + skip_rerun: + description: "Skip rerun?" + required: true + default: true + type: boolean + retries: + description: "Number of rerun retries" + required: true + default: "1" + type: choice + options: ["1", "2", "3", "4", "5", "6", "7", "8", "9"] jobs: build: