cancel.yml 332 B

123456789101112
  1. name: Cancel
  2. on: [push]
  3. jobs:
  4. cancel:
  5. name: "Cancel Previous Runs"
  6. runs-on: ubuntu-latest
  7. timeout-minutes: 3
  8. steps:
  9. - uses: styfle/cancel-workflow-action@0.6.0
  10. with:
  11. workflow_id: 400555, 400556, 905313, 1451724, 1710116, 3185001, 3438604
  12. access_token: ${{ secrets.GITHUB_TOKEN }}