You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
490 B

  1. name: Janitor
  2. # Janitor cleans up previous runs of various workflows
  3. # To add more workflows to cancel visit https://api.github.com/repos/tendermint/tendermint/actions/workflows and find the actions name
  4. on:
  5. pull_request:
  6. jobs:
  7. cancel:
  8. name: "Cancel Previous Runs"
  9. runs-on: ubuntu-latest
  10. timeout-minutes: 3
  11. steps:
  12. - uses: styfle/cancel-workflow-action@0.9.1
  13. with:
  14. workflow_id: 1041851,1401230,2837803
  15. access_token: ${{ github.token }}