swc/.github/workflows/cancel.yml
Donny/강동윤 10fb645552
chore(ci): Merge CI scripts (#5999)
**Description:**

This PR merges CI scripts, and make integration tests use patched crates.

**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/5540.
2022-09-30 16:57:15 +09:00

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 }}