Skip to content

Commit

Permalink
Cleaning GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
weber8thomas committed Jun 26, 2024
1 parent 735c744 commit b357a2b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/release_please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b357a2b

Please sign in to comment.