This PR adds workflows to be used for CD in extension reposiories in the `zed-extensions` organization and updates some of the existing ones with minor improvemts. Release Notes: - N/A
14 lines
453 B
YAML
14 lines
453 B
YAML
# Generated from xtask::workflows:: within the Zed repository.extensions::run_tests
|
|
# Rebuild with `cargo xtask workflows`.
|
|
name: extensions::run_tests
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- '**'
|
|
jobs:
|
|
call_extension_tests:
|
|
uses: zed-industries/zed/.github/workflows/extension_tests.yml@main
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.ref_name == 'main' && github.sha || 'anysha' }}
|
|
cancel-in-progress: true
|