Skip to content

Commit

Permalink
Add concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Oct 16, 2024
1 parent 27accae commit 71888a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Functional Tests

on: [pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

# https://github.com/actions/runner-images/tree/main/images/macos

jobs:
Expand Down

0 comments on commit 71888a7

Please sign in to comment.