From e5ea04a6a02a4898c6c0bad2a04243e351ff69f5 Mon Sep 17 00:00:00 2001 From: Lucas Bustamante Date: Fri, 24 Jun 2022 11:00:12 -0300 Subject: [PATCH] Updated Running in GitHub Actions (markdown) --- Running-in-GitHub-Actions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Running-in-GitHub-Actions.md b/Running-in-GitHub-Actions.md index 973a4d6..30304f3 100644 --- a/Running-in-GitHub-Actions.md +++ b/Running-in-GitHub-Actions.md @@ -11,6 +11,9 @@ You can run PHPCS automatically whenever a new commit is pushed to your reposito name: PHPCS checks on: push +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true jobs: phpcs: name: PHPCS