Skip to content

Commit

Permalink
Limit resource usage in CI (#5079)
Browse files Browse the repository at this point in the history
Fix #5073
  • Loading branch information
oz123 authored Apr 24, 2022
1 parent 9a6cf5d commit e5d08fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
name: CI
concurrency:
group: >-
${{ github.workflow }}-
${{ github.ref_type }}-
${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
on:
push:
paths-ignore:
Expand Down

0 comments on commit e5d08fb

Please sign in to comment.