diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 8eb97a2..fe876b6 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -7,9 +7,9 @@ on: branches: [develop] types: [opened, synchronize] -concurrency: - group: github.head_ref - cancel-in-progress: true +# concurrency: +# group: github.head_ref +# cancel-in-progress: true jobs: lint: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 40180a9..b0d99b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,9 +7,9 @@ on: branches: [master] types: [opened, synchronize] -concurrency: - group: github.head_ref - cancel-in-progress: true +# concurrency: +# group: github.head_ref +# cancel-in-progress: true jobs: lint: