Skip to content

Commit

Permalink
chore(ci): release
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed May 1, 2024
1 parent c33cbae commit 66a0fd5
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 299 deletions.
29 changes: 0 additions & 29 deletions .github/tmp/ci_demo-app_tests.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/tmp/ci_list-loader_tests.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/tmp/ci_message-box_tests.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/tmp/ci_numeric-stepper_tests.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/tmp/ci_overlay_tests.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/tmp/ci_snackbar_tests.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/tmp/ci_splitter_tests.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/tmp/ci_status_tests.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/tmp/ci_time-picker_tests.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/tmp/ci_tooltip_tests.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/ci_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ on:
env:
HUSKY: 0

concurrency:
group: ci-job-group-${{ github.ref }}
cancel-in-progress: true

jobs:
ci_job:
strategy:
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/ci_release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_test_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- '**'
- '!release-please--branches--main'
tags-ignore:
- '**'
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_test_list-loader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- '**'
- '!release-please--branches--main'
tags-ignore:
- '**'
paths:
Expand Down

0 comments on commit 66a0fd5

Please sign in to comment.