1# Generated from xtask::workflows::extensions::run_tests within the Zed repository.
2# Rebuild with `cargo xtask workflows`.
3name: extensions::run_tests
4on:
5 pull_request:
6 branches:
7 - '**'
8 push:
9 branches:
10 - main
11jobs:
12 call_extension_tests:
13 permissions:
14 contents: read
15 uses: zed-industries/zed/.github/workflows/extension_tests.yml@main
16concurrency:
17 group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.ref_name == 'main' && github.sha || 'anysha' }}pr
18 cancel-in-progress: true