From bf308724390ea18237b3f5f132051b2390b416d8 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Tue, 25 Oct 2022 21:20:50 +0200 Subject: [PATCH] skip multiple action runs on same content --- .github/workflows/build.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a91ddf3f..fba36e74 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -10,6 +10,11 @@ jobs: runs-on: ubuntu-latest steps: + - id: skip_check + uses: fkirc/skip-duplicate-actions@v5 + with: + concurrent_skipping: same_content_newer + - uses: actions/checkout@v3 with: submodules: recursive