Skip to content

Doing second test (#3) #8

Doing second test (#3)

Doing second test (#3) #8

Workflow file for this run

name: Cancel
on: [push]
jobs:
cancel:
name: 'Cancel previous runs'
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/[email protected]
with:
workflow_id: ci.yml
access_token: ${{ secrets.GITHUB_TOKEN }}