Skip to content

Commit 978da27

Browse files
Merge branch 'main' into suggestions-trigger
2 parents 7b3bcdb + d1c6917 commit 978da27

File tree

287 files changed

+8116
-3230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

287 files changed

+8116
-3230
lines changed

.github/actions/release.cjs

Lines changed: 0 additions & 82 deletions
This file was deleted.

.github/workflows/ci-test-website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI - Website
1+
name: CI - website
22

33
on:
44
pull_request:

.github/workflows/deploy-website-preview-netlify.yaml renamed to .github/workflows/deploy-preview.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Website Preview (Netlify)
1+
name: Deploy Preview
22

33
on:
44
pull_request:
@@ -40,7 +40,7 @@ jobs:
4040
node-version: 22
4141
cache: 'yarn'
4242

43-
- name: Install dependencies
43+
- name: Install
4444
run: |
4545
export NODE_OPTIONS="--max_old_space_size=4096"
4646
yarn install
@@ -53,15 +53,15 @@ jobs:
5353
echo "Branch: ${{ github.head_ref }}" >> packages/website/static/version.md
5454
echo "Commit: $(git rev-parse HEAD)" >> packages/website/static/version.md
5555
56-
- name: Build website
56+
- name: Build
5757
env:
5858
DEPLOYMENT_TYPE: "netlify_preview"
5959
DEPLOYMENT_NETLIFY_PREVIEW_BASE_URL: "https://pr-${{ github.event.number }}--ui5-webcomponents-preview.netlify.app"
6060
PR_NUMBER: "${{ github.event.number }}"
6161
run: |
6262
yarn ci:deploy:preview
6363
64-
- name: Check PR status before deployment
64+
- name: Check PR status
6565
id: final-pr-check
6666
if: always()
6767
uses: actions/github-script@v7
@@ -101,7 +101,7 @@ jobs:
101101
Cache-Control = "public, max-age=31536000, immutable"
102102
EOF
103103
104-
- name: Deploy to Netlify
104+
- name: Deploy
105105
if: steps.final-pr-check.outputs.should_deploy == 'true'
106106
uses: nwtgck/actions-netlify@v3.0
107107
with:
@@ -117,8 +117,3 @@ jobs:
117117
env:
118118
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
119119
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
120-
121-
- name: Skip deployment notification
122-
if: steps.final-pr-check.outputs.should_deploy == 'false'
123-
run: |
124-
echo "::notice::Skipping deployment - PR #${{ github.event.number }} was closed during build"

.github/workflows/deploy-website-auto.yaml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/workflows/deploy-website-manually.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/deploy-website-on-release.yaml

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)