๐ ๏ธ | Changed permissions for users to be able to delete their own bleets w/o administrator permissions #7793
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: Cancel | |
on: | |
push: | |
branches-ignore: | |
- "main" | |
pull_request: | |
types: [opened, synchronize] | |
jobs: | |
cancel: | |
name: "Cancel Previous Actions" | |
runs-on: ubuntu-latest | |
timeout-minutes: 2 | |
steps: | |
- uses: styfle/[email protected] | |
with: | |
# `60597620` = Chromatic | |
# `14026219` = Lint | |
# `19288873` = "Typecheck & test builds in workspaces/*" | |
workflow_id: 60597620, 14026219, 19288873 | |
access_token: ${{ github.token }} |