Skip to content

Commit

Permalink
TEMP: changes backend config to always run full getsentry testing
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeVillalobos committed Jul 23, 2024
1 parent cc03922 commit 49756fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 49756fc

Please sign in to comment.