Merge pull request #79 from Riverside-Healthcare/renovate/major-12-se… #249
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This action finds in-progress Action jobs for the same branch, and cancels | |
# them. There's little point in continuing to run superseded jobs. | |
name: cancel | |
on: | |
push: | |
jobs: | |
cancel: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Cancel Previous Runs | |
uses: styfle/[email protected] | |
with: | |
access_token: ${{ github.token }} | |
workflow_id: test.yml |