Skip to content

Commit

Permalink
ci: fail-fast set false (#2060)
Browse files Browse the repository at this point in the history
* ci: fail-fast set false

* chore: remove duplicate /

* ci: fix pr-comment
  • Loading branch information
liweijie0812 authored Feb 11, 2025
1 parent 93fda62 commit 2f60a0b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/tdesign-component-repositories-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
needs: pr-context
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
script:
- lint
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
needs: pr-context
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
script:
- lint
Expand Down Expand Up @@ -91,6 +93,7 @@ jobs:
needs: pr-context
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
script:
- lint
Expand Down Expand Up @@ -120,6 +123,7 @@ jobs:
needs: pr-context
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
script:
- lint
Expand Down Expand Up @@ -149,6 +153,7 @@ jobs:
needs: pr-context
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
script:
- lint
Expand Down Expand Up @@ -178,6 +183,7 @@ jobs:
needs: pr-context
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
script:
- lint
Expand All @@ -204,7 +210,8 @@ jobs:

pr-comment:
if: always()
needs:
needs:
- pr-context
- tdesign-vue
- tdesign-vue-next
- tdesign-react
Expand Down Expand Up @@ -251,7 +258,7 @@ jobs:
tdesign[match[1]][`${match[2]}_job`] = job.html_url;
});
const runUrl = `${context.serverUrl}//${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`;
const runUrl = `${context.serverUrl}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`;
const comment = `
# TDesign Component Repositories CI Test [Open](${runUrl})
Expand Down

0 comments on commit 2f60a0b

Please sign in to comment.