Skip to content

Commit

Permalink
chore: cancel old in-progress CI workflows (#13811)
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy authored and satyarohith committed Mar 3, 2022
1 parent bd46d32 commit 79e25e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -2,6 +2,10 @@ name: ci

on: [push, pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
build:
name: ${{ matrix.job }} ${{ matrix.profile }} ${{ matrix.os }}
Expand Down

0 comments on commit 79e25e8

Please sign in to comment.