From 344651af76054dbb5c8231c3d0a18b109c029630 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 19 May 2024 14:34:59 +0900 Subject: [PATCH] add concurrency (#550) --- .github/workflows/actionlint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 29370dd..134edb1 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -19,6 +19,9 @@ jobs: timeout-minutes: 1 permissions: contents: read + concurrency: + group: "${{ github.workflow }}-${{ github.ref }}" + cancel-in-progress: ${{ github.event_name == 'pull_request' }} steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: docker://rhysd/actionlint:1.7.0