From 66a0fd57155f8cec4012321172ae1a5b46912eb0 Mon Sep 17 00:00:00 2001 From: Badisi Date: Wed, 1 May 2024 15:46:46 +0200 Subject: [PATCH] chore(ci): release --- .github/tmp/ci_demo-app_tests.yml | 29 ----------------------- .github/tmp/ci_list-loader_tests.yml | 29 ----------------------- .github/tmp/ci_message-box_tests.yml | 29 ----------------------- .github/tmp/ci_numeric-stepper_tests.yml | 29 ----------------------- .github/tmp/ci_overlay_tests.yml | 29 ----------------------- .github/tmp/ci_snackbar_tests.yml | 29 ----------------------- .github/tmp/ci_splitter_tests.yml | 29 ----------------------- .github/tmp/ci_status_tests.yml | 29 ----------------------- .github/tmp/ci_time-picker_tests.yml | 29 ----------------------- .github/tmp/ci_tooltip_tests.yml | 29 ----------------------- .github/workflows/ci_job.yml | 4 ---- .github/workflows/ci_release-please.yml | 8 +++---- .github/workflows/ci_test_core.yml | 1 + .github/workflows/ci_test_list-loader.yml | 1 + 14 files changed, 5 insertions(+), 299 deletions(-) delete mode 100644 .github/tmp/ci_demo-app_tests.yml delete mode 100644 .github/tmp/ci_list-loader_tests.yml delete mode 100644 .github/tmp/ci_message-box_tests.yml delete mode 100644 .github/tmp/ci_numeric-stepper_tests.yml delete mode 100644 .github/tmp/ci_overlay_tests.yml delete mode 100644 .github/tmp/ci_snackbar_tests.yml delete mode 100644 .github/tmp/ci_splitter_tests.yml delete mode 100644 .github/tmp/ci_status_tests.yml delete mode 100644 .github/tmp/ci_time-picker_tests.yml delete mode 100644 .github/tmp/ci_tooltip_tests.yml diff --git a/.github/tmp/ci_demo-app_tests.yml b/.github/tmp/ci_demo-app_tests.yml deleted file mode 100644 index 9925b338..00000000 --- a/.github/tmp/ci_demo-app_tests.yml +++ /dev/null @@ -1,29 +0,0 @@ -# name: Run demo-app tests - -# on: -# push: -# branches: -# - '**' -# tags-ignore: -# - '**' -# paths: -# - 'projects/demo-app/**' -# pull_request: -# workflow_call: -# workflow_dispatch: - -# concurrency: -# group: run-demo-app-tests-group-${{ github.ref }} -# cancel-in-progress: true - -# jobs: -# ci_demo-app_tests: -# runs-on: ubuntu-latest -# steps: -# - name: Checkout sources -# uses: actions/checkout@v4 - -# - name: Run tests -# uses: ./.github/actions/run-tests -# with: -# working-directory: projects/demo-app diff --git a/.github/tmp/ci_list-loader_tests.yml b/.github/tmp/ci_list-loader_tests.yml deleted file mode 100644 index 49938681..00000000 --- a/.github/tmp/ci_list-loader_tests.yml +++ /dev/null @@ -1,29 +0,0 @@ -# name: Run list-loader tests - -# on: -# push: -# branches: -# - '**' -# tags-ignore: -# - '**' -# paths: -# - 'projects/list-loader/**' -# pull_request: -# workflow_call: -# workflow_dispatch: - -# concurrency: -# group: run-list-loader-tests-group-${{ github.ref }} -# cancel-in-progress: true - -# jobs: -# ci_list-loader_tests: -# runs-on: ubuntu-latest -# steps: -# - name: Checkout sources -# uses: actions/checkout@v4 - -# - name: Run tests -# uses: ./.github/actions/run-tests -# with: -# working-directory: projects/list-loader diff --git a/.github/tmp/ci_message-box_tests.yml b/.github/tmp/ci_message-box_tests.yml deleted file mode 100644 index 38607579..00000000 --- a/.github/tmp/ci_message-box_tests.yml +++ /dev/null @@ -1,29 +0,0 @@ -# name: Run message-box tests - -# on: -# push: -# branches: -# - '**' -# tags-ignore: -# - '**' -# paths: -# - 'projects/message-box/**' -# pull_request: -# workflow_call: -# workflow_dispatch: - -# concurrency: -# group: run-message-box-tests-group-${{ github.ref }} -# cancel-in-progress: true - -# jobs: -# ci_message-box_tests: -# runs-on: ubuntu-latest -# steps: -# - name: Checkout sources -# uses: actions/checkout@v4 - -# - name: Run tests -# uses: ./.github/actions/run-tests -# with: -# working-directory: projects/message-box diff --git a/.github/tmp/ci_numeric-stepper_tests.yml b/.github/tmp/ci_numeric-stepper_tests.yml deleted file mode 100644 index 1b5388ff..00000000 --- a/.github/tmp/ci_numeric-stepper_tests.yml +++ /dev/null @@ -1,29 +0,0 @@ -# name: Run numeric-stepper tests - -# on: -# push: -# branches: -# - '**' -# tags-ignore: -# - '**' -# paths: -# - 'projects/numeric-stepper/**' -# pull_request: -# workflow_call: -# workflow_dispatch: - -# concurrency: -# group: run-numeric-stepper-tests-group-${{ github.ref }} -# cancel-in-progress: true - -# jobs: -# ci_numeric-stepper_tests: -# runs-on: ubuntu-latest -# steps: -# - name: Checkout sources -# uses: actions/checkout@v4 - -# - name: Run tests -# uses: ./.github/actions/run-tests -# with: -# working-directory: projects/numeric-stepper diff --git a/.github/tmp/ci_overlay_tests.yml b/.github/tmp/ci_overlay_tests.yml deleted file mode 100644 index d5a98c38..00000000 --- a/.github/tmp/ci_overlay_tests.yml +++ /dev/null @@ -1,29 +0,0 @@ -# name: Run overlay tests - -# on: -# push: -# branches: -# - '**' -# tags-ignore: -# - '**' -# paths: -# - 'projects/overlay/**' -# pull_request: -# workflow_call: -# workflow_dispatch: - -# concurrency: -# group: run-overlay-tests-group-${{ github.ref }} -# cancel-in-progress: true - -# jobs: -# ci_overlay_tests: -# runs-on: ubuntu-latest -# steps: -# - name: Checkout sources -# uses: actions/checkout@v4 - -# - name: Run tests -# uses: ./.github/actions/run-tests -# with: -# working-directory: projects/overlay diff --git a/.github/tmp/ci_snackbar_tests.yml b/.github/tmp/ci_snackbar_tests.yml deleted file mode 100644 index d9a37ee7..00000000 --- a/.github/tmp/ci_snackbar_tests.yml +++ /dev/null @@ -1,29 +0,0 @@ -# name: Run snackbar tests - -# on: -# push: -# branches: -# - '**' -# tags-ignore: -# - '**' -# paths: -# - 'projects/snackbar/**' -# pull_request: -# workflow_call: -# workflow_dispatch: - -# concurrency: -# group: run-snackbar-tests-group-${{ github.ref }} -# cancel-in-progress: true - -# jobs: -# ci_snackbar_tests: -# runs-on: ubuntu-latest -# steps: -# - name: Checkout sources -# uses: actions/checkout@v4 - -# - name: Run tests -# uses: ./.github/actions/run-tests -# with: -# working-directory: projects/snackbar diff --git a/.github/tmp/ci_splitter_tests.yml b/.github/tmp/ci_splitter_tests.yml deleted file mode 100644 index 93e7d0e2..00000000 --- a/.github/tmp/ci_splitter_tests.yml +++ /dev/null @@ -1,29 +0,0 @@ -# name: Run splitter tests - -# on: -# push: -# branches: -# - '**' -# tags-ignore: -# - '**' -# paths: -# - 'projects/splitter/**' -# pull_request: -# workflow_call: -# workflow_dispatch: - -# concurrency: -# group: run-splitter-tests-group-${{ github.ref }} -# cancel-in-progress: true - -# jobs: -# ci_splitter_tests: -# runs-on: ubuntu-latest -# steps: -# - name: Checkout sources -# uses: actions/checkout@v4 - -# - name: Run tests -# uses: ./.github/actions/run-tests -# with: -# working-directory: projects/splitter diff --git a/.github/tmp/ci_status_tests.yml b/.github/tmp/ci_status_tests.yml deleted file mode 100644 index 94d44777..00000000 --- a/.github/tmp/ci_status_tests.yml +++ /dev/null @@ -1,29 +0,0 @@ -# name: Run status tests - -# on: -# push: -# branches: -# - '**' -# tags-ignore: -# - '**' -# paths: -# - 'projects/status/**' -# pull_request: -# workflow_call: -# workflow_dispatch: - -# concurrency: -# group: run-status-tests-group-${{ github.ref }} -# cancel-in-progress: true - -# jobs: -# ci_status_tests: -# runs-on: ubuntu-latest -# steps: -# - name: Checkout sources -# uses: actions/checkout@v4 - -# - name: Run tests -# uses: ./.github/actions/run-tests -# with: -# working-directory: projects/status diff --git a/.github/tmp/ci_time-picker_tests.yml b/.github/tmp/ci_time-picker_tests.yml deleted file mode 100644 index 551e6d9e..00000000 --- a/.github/tmp/ci_time-picker_tests.yml +++ /dev/null @@ -1,29 +0,0 @@ -# name: Run time-picker tests - -# on: -# push: -# branches: -# - '**' -# tags-ignore: -# - '**' -# paths: -# - 'projects/time-picker/**' -# pull_request: -# workflow_call: -# workflow_dispatch: - -# concurrency: -# group: run-time-picker-tests-group-${{ github.ref }} -# cancel-in-progress: true - -# jobs: -# ci_time-picker_tests: -# runs-on: ubuntu-latest -# steps: -# - name: Checkout sources -# uses: actions/checkout@v4 - -# - name: Run tests -# uses: ./.github/actions/run-tests -# with: -# working-directory: projects/time-picker diff --git a/.github/tmp/ci_tooltip_tests.yml b/.github/tmp/ci_tooltip_tests.yml deleted file mode 100644 index 38ff3359..00000000 --- a/.github/tmp/ci_tooltip_tests.yml +++ /dev/null @@ -1,29 +0,0 @@ -# name: Run tooltip tests - -# on: -# push: -# branches: -# - '**' -# tags-ignore: -# - '**' -# paths: -# - 'projects/tooltip/**' -# pull_request: -# workflow_call: -# workflow_dispatch: - -# concurrency: -# group: run-tooltip-tests-group-${{ github.ref }} -# cancel-in-progress: true - -# jobs: -# ci_tooltip_tests: -# runs-on: ubuntu-latest -# steps: -# - name: Checkout sources -# uses: actions/checkout@v4 - -# - name: Run tests -# uses: ./.github/actions/run-tests -# with: -# working-directory: projects/tooltip diff --git a/.github/workflows/ci_job.yml b/.github/workflows/ci_job.yml index d918b5ab..6e61456f 100644 --- a/.github/workflows/ci_job.yml +++ b/.github/workflows/ci_job.yml @@ -29,10 +29,6 @@ on: env: HUSKY: 0 -concurrency: - group: ci-job-group-${{ github.ref }} - cancel-in-progress: true - jobs: ci_job: strategy: diff --git a/.github/workflows/ci_release-please.yml b/.github/workflows/ci_release-please.yml index 5c8a1ad3..f87b1248 100644 --- a/.github/workflows/ci_release-please.yml +++ b/.github/workflows/ci_release-please.yml @@ -25,19 +25,17 @@ jobs: config-file: .releasepleaserc.json manifest-file: .releaseplease.manifest.json token: ${{ secrets.DSI_HUG_BOT_GITHUB_TOKEN }} - - run: | - echo "Output: ${{ toJson(steps.release.outputs) }}" ci_publish: runs-on: ubuntu-latest needs: ci_release-please - if: needs.ci_release-please.outputs.release-outputs.releases_created + if: ${{ needs.ci_release-please.outputs.release-outputs.releases_created }} strategy: matrix: - path-released: ${{ toJson(needs.ci_release-please.outputs.release-outputs.paths_released) }} + path-released: ${{ needs.ci_release-please.outputs.release-outputs.paths_released }} steps: - name: Publish - if: needs.ci_release-please.outputs.release-outputs['${{ matrix.path-released }}--release_created'] + if: ${{ needs.ci_release-please.outputs.release-outputs['${{ matrix.path-released }}--release_created'] }} uses: ./.github/workflows/ci_job.yml with: working-directory: ${{ matrix.path-released }} diff --git a/.github/workflows/ci_test_core.yml b/.github/workflows/ci_test_core.yml index 3cce6cac..e9963150 100644 --- a/.github/workflows/ci_test_core.yml +++ b/.github/workflows/ci_test_core.yml @@ -5,6 +5,7 @@ on: push: branches: - '**' + - '!release-please--branches--main' tags-ignore: - '**' paths: diff --git a/.github/workflows/ci_test_list-loader.yml b/.github/workflows/ci_test_list-loader.yml index 23332dc3..82b1d919 100644 --- a/.github/workflows/ci_test_list-loader.yml +++ b/.github/workflows/ci_test_list-loader.yml @@ -5,6 +5,7 @@ on: push: branches: - '**' + - '!release-please--branches--main' tags-ignore: - '**' paths: