[AP-1055] handle possible race condition in reading settings #136
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
name: Cancelling previous actions runs. | |
on: pull_request | |
jobs: | |
cancel: | |
name: auto-cancellation-running-action | |
runs-on: ubuntu-latest | |
steps: | |
- uses: fauguste/auto-cancellation-running-action@0.1.4 | |
with: | |
githubToken: ${{ secrets.GITHUB_TOKEN }} |