From 81c48a5dc600e0ec02d9478c7e897607bd01015f Mon Sep 17 00:00:00 2001 From: max furman Date: Sat, 21 Oct 2023 21:38:08 -0700 Subject: [PATCH] Allow actionlint workflow called from external workflows --- .github/workflows/actionlint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 8266382..3055aad 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -1,6 +1,7 @@ name: Lint GitHub Actions workflows on: push: + workflow_call: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}