Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 #183

Bump cross-spawn from 7.0.3 to 7.0.6

Bump cross-spawn from 7.0.3 to 7.0.6 #183

name: Auto Cancel Previous CI Runs
on:
push:
branches-ignore:
- latest
jobs:
cleanup-runs:
runs-on: ubuntu-latest
steps:
- uses: rokroskar/workflow-run-cleanup-action@master
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
if: "github.ref != 'refs/heads/latest'"