From 7c1cba82292629b1b612323d8326528a7869ea28 Mon Sep 17 00:00:00 2001 From: Cenarius Date: Wed, 20 Nov 2024 16:14:16 +0100 Subject: [PATCH] Update workflow defaults --- .github/workflows/dispatch_component.yaml | 2 +- .github/workflows/scheduled.yaml | 23 ----------------------- 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/.github/workflows/dispatch_component.yaml b/.github/workflows/dispatch_component.yaml index 787bbab..031d489 100644 --- a/.github/workflows/dispatch_component.yaml +++ b/.github/workflows/dispatch_component.yaml @@ -12,7 +12,7 @@ on: - 7.3.x - 8.0.x - use custom testplan - default: '7.2.x' + default: '7.3.x' description: 'Choose test scenario' limit: type: choice diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index 927d2f0..3240c86 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -105,29 +105,6 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} SLACK_SCHEDULED_WEBHOOK_URL: ${{ secrets.SLACK_SCHEDULED_WEBHOOK_URL }} - twig_component_73x_weekly: - if: always() - uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v4 - with: - testplan: '~/defaults/7.3.x.yaml,~/defaults/scheduled.yaml,~/twig-component.yaml' - runs_on: '"ubuntu-latest"' - defaults: 'v4' - plan_folder: '.github/oxid-esales' - custom_testplan_yaml: | - global: - title: 'twig component 7.3.x-weekly' - finish: - slack_title: 'Weekly Twig Component 7.3.x on {{ .Github.Repository }}' - secrets: - DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }} - DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }} - CACHE_ENDPOINT: ${{ secrets.CACHE_ENDPOINT }} - CACHE_ACCESS_KEY: ${{ secrets.CACHE_ACCESS_KEY }} - CACHE_SECRET_KEY: ${{ secrets.CACHE_SECRET_KEY }} - enterprise_github_token: ${{ secrets.enterprise_github_token }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - twig_component_80x_weekly: if: always() uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v4