From 3657be3429a6349a8fc25aea607c6e37ebc229f4 Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Tue, 14 Nov 2023 22:29:09 +0000 Subject: [PATCH] conc again --- .github/workflows/test-action.yml | 1 - .github/workflows/test-reverse-action.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index f6ad0fd..6407643 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -20,7 +20,6 @@ concurrency: cancel-in-progress: true jobs: test-action: - concurrency: wiki permissions: contents: write runs-on: ubuntu-latest diff --git a/.github/workflows/test-reverse-action.yml b/.github/workflows/test-reverse-action.yml index efde8ba..f89dfc2 100644 --- a/.github/workflows/test-reverse-action.yml +++ b/.github/workflows/test-reverse-action.yml @@ -18,7 +18,6 @@ concurrency: cancel-in-progress: true jobs: test-reverse-action: - concurrency: wiki permissions: contents: write runs-on: ubuntu-latest