diff --git a/.github/workflows/storybook.yml b/.github/workflows/ci.yml similarity index 90% rename from .github/workflows/storybook.yml rename to .github/workflows/ci.yml index 9e18b4bd..62d20224 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Storybook +name: CI on: push: @@ -10,7 +10,7 @@ permissions: pull-requests: write jobs: - storybook: + pipeline: runs-on: ubuntu-latest steps: - uses: Taucher2003/GitLab-Pipeline-Action@1.2.0 @@ -30,7 +30,7 @@ jobs: with: issue-number: ${{ github.event.pull_request.number }} comment-author: 'github-actions[bot]' - body-includes: + body-includes: - name: Create or update comment uses: peter-evans/create-or-update-comment@v3 @@ -39,6 +39,6 @@ jobs: comment-id: ${{ steps.find-comment.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }} body: | - + ${{ steps.pipeline.outputs.SUMMARY_TEXT }} edit-mode: replace