Skip to content

Commit 4733a45

Browse files
Update CI workflows to 3e7f2e3 (#9)
This PR updates the CI workflow files from the main Zed repository based on the commit zed-industries/zed@3e7f2e3 This adds initial support for extensions not located at the root of the repository. Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
1 parent 48c65e0 commit 4733a45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
call_extension_tests:
1313
permissions:
1414
contents: read
15-
uses: zed-industries/zed/.github/workflows/extension_tests.yml@7d566e0600b04ac7da4f6c60edebd80df1c19fde
15+
uses: zed-industries/zed/.github/workflows/extension_tests.yml@3e7f2e3f9a576c4704c2f71497f6ba3516d9339b
1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.ref_name == 'main' && github.sha || 'anysha' }}pr
1818
cancel-in-progress: true

0 commit comments

Comments
 (0)