From af17241ae141a7028c093a4655160bf5a2b3e65b Mon Sep 17 00:00:00 2001 From: adamrtalbot <12817534+adamrtalbot@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:24:04 +0000 Subject: [PATCH] Add 'automation' label to nightly runs --- .github/workflows/seqera-showcase-enterprise.yml | 2 +- .github/workflows/seqera-showcase-production.yml | 2 +- .github/workflows/seqera-showcase-staging.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/seqera-showcase-enterprise.yml b/.github/workflows/seqera-showcase-enterprise.yml index 62d6d1f..dc8e882 100644 --- a/.github/workflows/seqera-showcase-enterprise.yml +++ b/.github/workflows/seqera-showcase-enterprise.yml @@ -125,7 +125,7 @@ jobs: ${{ (github.event_name == 'workflow_dispatch' && inputs.pre_run != '') && format('--pre_run "{0}"', inputs.pre_run) || ''}} \ ${{ (github.event_name == 'workflow_dispatch' && inputs.config != '') && format('--config "{0}"', inputs.config) || '' }} \ ${{ (github.event_name == 'workflow_dispatch' && inputs.launch_container) && format('--launch-container "{0}"', inputs.launch_container) || '' }} \ - ${{ (github.event_name == 'workflow_dispatch' && inputs.labels != '') && format('--labels "{0}"', inputs.labels) || '' }} \ + ${{ (github.event_name == 'workflow_dispatch' && inputs.labels != '') && format('--labels "{0}"', inputs.labels) || '--labels "automation"' }} \ ${{ (github.event_name == 'workflow_dispatch' && inputs.dryrun == 'true') && '--dryrun' || '' }} \ -o ${{ github.run_id }}_${{ github.run_number }}_${{ github.run_attempt }}.json diff --git a/.github/workflows/seqera-showcase-production.yml b/.github/workflows/seqera-showcase-production.yml index 8eda9dc..d13f481 100644 --- a/.github/workflows/seqera-showcase-production.yml +++ b/.github/workflows/seqera-showcase-production.yml @@ -125,7 +125,7 @@ jobs: ${{ (github.event_name == 'workflow_dispatch' && inputs.pre_run != '') && format('--pre_run "{0}"', inputs.pre_run) || ''}} \ ${{ (github.event_name == 'workflow_dispatch' && inputs.config != '') && format('--config "{0}"', inputs.config) || '' }} \ ${{ (github.event_name == 'workflow_dispatch' && inputs.launch_container) && format('--launch-container "{0}"', inputs.launch_container) || '' }} \ - ${{ (github.event_name == 'workflow_dispatch' && inputs.labels != '') && format('--labels "{0}"', inputs.labels) || '' }} \ + ${{ (github.event_name == 'workflow_dispatch' && inputs.labels != '') && format('--labels "{0}"', inputs.labels) || '--labels "automation"' }} \ ${{ (github.event_name == 'workflow_dispatch' && inputs.dryrun == 'true') && '--dryrun' || '' }} \ -o ${{ github.run_id }}_${{ github.run_number }}_${{ github.run_attempt }}.json diff --git a/.github/workflows/seqera-showcase-staging.yml b/.github/workflows/seqera-showcase-staging.yml index bd82488..c8cf09f 100644 --- a/.github/workflows/seqera-showcase-staging.yml +++ b/.github/workflows/seqera-showcase-staging.yml @@ -122,7 +122,7 @@ jobs: ${{ (github.event_name == 'workflow_dispatch' && inputs.pre_run != '') && format('--pre_run "{0}"', inputs.pre_run) || ''}} \ ${{ (github.event_name == 'workflow_dispatch' && inputs.config != '') && format('--config "{0}"', inputs.config) || '' }} \ ${{ (github.event_name == 'workflow_dispatch' && inputs.launch_container) && format('--launch-container "{0}"', inputs.launch_container) || '' }} \ - ${{ (github.event_name == 'workflow_dispatch' && inputs.labels != '') && format('--labels "{0}"', inputs.labels) || '' }} \ + ${{ (github.event_name == 'workflow_dispatch' && inputs.labels != '') && format('--labels "{0}"', inputs.labels) || '--labels "automation"' }} \ ${{ (github.event_name == 'workflow_dispatch' && inputs.dryrun == 'true') && '--dryrun' || '' }} \ -o ${{ github.run_id }}_${{ github.run_number }}_${{ github.run_attempt }}.json