Skip to content

Commit 3cfb292

Browse files
Update CI workflows to zed@82dedcbc6c (#6)
This PR updates the CI workflow files from the main Zed repository based on the commit zed-industries/zed@82dedcb Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
1 parent dbcca0a commit 3cfb292

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ jobs:
1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.ref_name == 'main' && github.sha || 'anysha' }}pr
1818
cancel-in-progress: true
19+
defaults:
20+
run:
21+
shell: bash -euxo pipefail {0}

0 commit comments

Comments
 (0)