From dad35da44f27b65325d817eed1327dbc35236151 Mon Sep 17 00:00:00 2001 From: gresci Date: Mon, 16 Sep 2024 10:29:30 +0200 Subject: [PATCH] Update run-partial-tests.yaml --- .github/workflows/run-partial-tests.yaml | 37 ++++++++++++------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/.github/workflows/run-partial-tests.yaml b/.github/workflows/run-partial-tests.yaml index 50e46b12..d1e4c490 100644 --- a/.github/workflows/run-partial-tests.yaml +++ b/.github/workflows/run-partial-tests.yaml @@ -1,24 +1,25 @@ name: tests/run-partial-tests.sh on: - schedule: - - cron: '42 3 1,15 * *' - workflow_dispatch: - inputs: - full: - description: Full set of tests - required: true - type: boolean - default: false - os: - description: OS / Dockerfile - type: string - docker: - description: docker or podman - type: choice - options: - - docker - - podman + workflow_dispatch + #schedule: + # - cron: '42 3 1,15 * *' + #workflow_dispatch: + # inputs: + # full: + # description: Full set of tests + # required: true + # type: boolean + # default: false + # os: + # description: OS / Dockerfile + # type: string + # docker: + # description: docker or podman + # type: choice + # options: + # - docker + # - podman jobs: gen-matrix: