Skip to content

Commit

Permalink
Merge pull request #1448 from spryker-shop/feature/frw-6858-dev-ci-ou…
Browse files Browse the repository at this point in the history
…tdated-commits-build-termination

FRW-6858 adjusted CI to terminate builds for outdated commits.
  • Loading branch information
asmarovydlo authored Nov 24, 2023
2 parents 5199f48 + a8517f7 commit be249fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: SUITE-CI

on:
pull_request:
Expand All @@ -7,6 +7,10 @@ on:
- master
workflow_dispatch:

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

jobs:
validation:
name: "CS, ArchSniffer, PHPStan, Evaluator"
Expand Down

0 comments on commit be249fb

Please sign in to comment.