From b357a2b5200e32c0ab2aff279d8a084425040348 Mon Sep 17 00:00:00 2001 From: Thomas Weber Date: Wed, 26 Jun 2024 12:39:26 +0000 Subject: [PATCH] Cleaning GH actions --- .github/workflows/docker.yaml | 16 ++++++++-------- .github/workflows/modules.yaml | 16 ++++++++-------- .github/workflows/release_please.yaml | 16 ++++++++-------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 7804da4..6a9bd54 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -12,14 +12,14 @@ on: - info - warning - debug - tags: - description: "Test scenario tags" - required: false - type: boolean - environment: - description: "Environment to run tests against" - type: environment - required: true + # tags: + # description: "Test scenario tags" + # required: false + # type: boolean + # environment: + # description: "Environment to run tests against" + # type: environment + # required: true jobs: build_container: diff --git a/.github/workflows/modules.yaml b/.github/workflows/modules.yaml index 3839d95..2f7e95d 100644 --- a/.github/workflows/modules.yaml +++ b/.github/workflows/modules.yaml @@ -12,14 +12,14 @@ on: - info - warning - debug - tags: - description: "Test scenario tags" - required: false - type: boolean - environment: - description: "Environment to run tests against" - type: environment - required: true + # tags: + # description: "Test scenario tags" + # required: false + # type: boolean + # environment: + # description: "Environment to run tests against" + # type: environment + # required: true jobs: Testing-with-MultiQC: diff --git a/.github/workflows/release_please.yaml b/.github/workflows/release_please.yaml index 74810d9..8bff10a 100644 --- a/.github/workflows/release_please.yaml +++ b/.github/workflows/release_please.yaml @@ -12,14 +12,14 @@ on: - info - warning - debug - tags: - description: "Test scenario tags" - required: false - type: boolean - environment: - description: "Environment to run tests against" - type: environment - required: true + # tags: + # description: "Test scenario tags" + # required: false + # type: boolean + # environment: + # description: "Environment to run tests against" + # type: environment + # required: true # on: # pull_request: