Skip to content

Commit

Permalink
fix(ci): trigger pkg-preview when the needs are skipped (web-infra-…
Browse files Browse the repository at this point in the history
…dev#8216)

fix(ci): trigger pkg-preview when the needs are skipped
  • Loading branch information
shulaoda authored Oct 25, 2024
1 parent e9ba1ba commit c29c6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,5 +398,5 @@ jobs:
- lint
- rust_check
- rust_test
if: ${{ (success() || cancelled()) && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ !failure() && github.event_name == 'push' }}
uses: ./.github/workflows/preview-commit.yml

0 comments on commit c29c6dc

Please sign in to comment.