Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Apr 22, 2024
1 parent b63c2be commit 91466ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -326,7 +326,7 @@ jobs:
run_ecosystem_ci:
name: Run Ecosystem CI
runs-on: ubuntu-latest
if: github.ref_name == 'main' && github.repository_owner == 'web-infra-dev'
if: github.repository_owner == 'web-infra-dev'
steps:
- name: Run Ecosystem CI
uses: convictional/trigger-workflow-and-wait@v1.6.5
@@ -336,8 +336,7 @@ jobs:
workflow_file_name: "ecosystem-ci-from-commit.yml"
github_token: ${{ secrets.ECOSYSTEM_CI_ACCESS_TOKEN }}
ref: "main"
client_payload: '{"commitSHA":"${{ github.sha }}","repo":"web-infra-dev/rspack","suite":"-","suiteRefType":"precoded","suiteRef":"precoded"}',
continue-on-error: true
client_payload: '{"commitSHA":"${{ github.sha }}","repo":"web-infra-dev/rspack","suite":"-","suiteRefType":"precoded","suiteRef":"precoded"}'

- name: Set Success Flag
if: success()

0 comments on commit 91466ea

Please sign in to comment.