diff --git a/.github/workflows/automated-ci.yml b/.github/workflows/automated-ci.yml index bb5d16be4..bdcffa34e 100644 --- a/.github/workflows/automated-ci.yml +++ b/.github/workflows/automated-ci.yml @@ -1,10 +1,6 @@ name: CI on: pull_request -concurrency: - group: deploy-dev-slot - cancel-in-progress: false - jobs: lint_format: uses: ./.github/workflows/lint_format.yml