Skip to content

Commit c7435c1

Browse files
authored
Update galaxy-demo-tests.yaml
Set extra tag for targeting OOS CI machines
1 parent 992b7fe commit c7435c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/galaxy-demo-tests.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: "Galaxy demo tests"
22

33
on:
44
workflow_dispatch:
5+
inputs:
6+
extra-tag:
7+
required: true
8+
type: string
9+
default: "in-service"
510
schedule:
611
- cron: '0 0 * * 6' # Runs every Saturday at 12am UTC
712
- cron: '0 0 * * 0' # Runs every Sunday at 12am UTC
@@ -18,6 +23,7 @@ jobs:
1823
secrets: inherit
1924
uses: ./.github/workflows/tg-demo-tests-impl.yaml
2025
with:
26+
extra-tag: ${{ inputs.extra-tag }}
2127
docker-image: ${{ needs.build-artifact.outputs.dev-docker-image }}
2228
wheel-artifact-name: ${{ needs.build-artifact.outputs.wheel-artifact-name }}
2329
build-artifact-name: ${{ needs.build-artifact.outputs.build-artifact-name }}

0 commit comments

Comments
 (0)