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