Skip to content

Update CI workflows to 3e7f2e3 #40

Update CI workflows to 3e7f2e3

Update CI workflows to 3e7f2e3 #40

# Generated from xtask::workflows::extensions::run_tests within the Zed repository.
# Rebuild with `cargo xtask workflows`.
name: extensions::run_tests
on:
pull_request:
branches:
- '**'
push:
branches:
- main
jobs:
call_extension_tests:
permissions:
contents: read
uses: zed-industries/zed/.github/workflows/extension_tests.yml@7d566e0600b04ac7da4f6c60edebd80df1c19fde
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.ref_name == 'main' && github.sha || 'anysha' }}pr
cancel-in-progress: true
defaults:
run:
shell: bash -euxo pipefail {0}