mirror of
https://github.com/swc-project/swc.git
synced 2024-11-29 22:51:38 +03:00
10fb645552
**Description:** This PR merges CI scripts, and make integration tests use patched crates. **Related issue:** - Closes https://github.com/swc-project/swc/issues/5540.
18 lines
372 B
YAML
18 lines
372 B
YAML
name: Cancel
|
|
on:
|
|
pull_request_target:
|
|
types:
|
|
- edited
|
|
- synchronize
|
|
|
|
jobs:
|
|
cancel:
|
|
name: "Cancel Previous Runs"
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 2
|
|
steps:
|
|
- uses: styfle/cancel-workflow-action@0.9.1
|
|
with:
|
|
workflow_id: 120748, 1407871, 2022092, 8653985, 36194918
|
|
access_token: ${{ github.token }}
|