From 49756fcf9e250dd990692c22db22e00d075d8e7e Mon Sep 17 00:00:00 2001 From: Gabe Villalobos Date: Tue, 23 Jul 2024 09:22:10 -0700 Subject: [PATCH] TEMP: changes backend config to always run full getsentry testing --- .github/workflows/backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 5c26711437a7fb..e1574c0ba52006 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -10,7 +10,7 @@ on: # https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} - cancel-in-progress: true + cancel-in-progress: false # hack for https://github.com/actions/cache/issues/810#issuecomment-1222550359 env: