diff options
| author | 2026-01-18 22:19:50 +0800 | |
|---|---|---|
| committer | 2026-01-18 22:19:50 +0800 | |
| commit | f389f25729c4b6763894a09e47af472287362dc9 (patch) | |
| tree | cf748c99f5cd998571c9e8aac94b6fc25d75429c /.github | |
| parent | 53d3d71b69408b5fade60fbc41cee3d8e0946cbe (diff) | |
| download | DropOut-f389f25729c4b6763894a09e47af472287362dc9.tar.gz DropOut-f389f25729c4b6763894a09e47af472287362dc9.zip | |
ci(semifold): unlock semifold ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/semifold-ci.yaml | 16 |
1 files changed, 7 insertions, 9 deletions
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 }} |