From f389f25729c4b6763894a09e47af472287362dc9 Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Sun, 18 Jan 2026 22:19:50 +0800 Subject: ci(semifold): unlock semifold ci --- .github/workflows/semifold-ci.yaml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to '.github/workflows/semifold-ci.yaml') diff --git a/.github/workflows/semifold-ci.yaml b/.github/workflows/semifold-ci.yaml index bb32da7..1ccdcc0 100644 --- a/.github/workflows/semifold-ci.yaml +++ b/.github/workflows/semifold-ci.yaml @@ -2,8 +2,6 @@ name: Semifold CI on: push: branches: [main] - pull_request: - branches: [main] env: CARGO_TERM_COLOR: always @@ -26,7 +24,7 @@ jobs: name: "Linux x86_64 (GNU)" target: "x86_64-unknown-linux-gnu" args: "--target x86_64-unknown-linux-gnu" - - os: ubuntu-latest + - platform: "ubuntu-latest" name: "Linux x86_64 (Musl)" target: "x86_64-unknown-linux-musl" args: "--target x86_64-unknown-linux-musl" @@ -191,9 +189,9 @@ jobs: merge-multiple: true - name: List artifacts run: ls -R artifacts/ - # - name: Semifold CI - # run: semifold ci - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} - # NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} + - name: Semifold CI + run: semifold ci + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} -- cgit v1.2.3-70-g09d2