From e07047b0a610fb76e6bb94e3e9c50141eb14a56a Mon Sep 17 00:00:00 2001 From: Ryan Welcher Date: Thu, 6 Feb 2025 15:15:24 -0500 Subject: [PATCH] Try using concurrency to control the order of jobs occuring. --- .github/workflows/deploy-to-staging.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-to-staging.yml b/.github/workflows/deploy-to-staging.yml index bfbf5e2..d1498c2 100644 --- a/.github/workflows/deploy-to-staging.yml +++ b/.github/workflows/deploy-to-staging.yml @@ -8,6 +8,9 @@ on: jobs: Linting: uses: ./.github/workflows/linting.yml + concurrency: + group: staging-deploy + cancel-in-progress: true Deploy: name: FTP-Deploy-Action