/
UCS
/
openwrt
Обзор
Документация
Войти
/
UCS
/
openwrt
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
.github/workflows/tools.yml
27 строк
585 B
Christian Marangi
CI: migrate each workflow to use reusable workflow from dedicated repo
25 июн 2023, 03:08
Не верифицирован
25 июн 2023, 03:08
38cc091
Код
Авторство
О чём код?
name: Build host tools on: pull_request: paths: - 'include/**' - 'tools/**' - '.github/workflows/tools.yml' push: paths: - 'include/**' - 'tools/**' - '.github/workflows/tools.yml' branches-ignore: - master permissions: contents: read concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{ github.event_name == 'pull_request' }} jobs: build-tools: name: Build host tools for linux and macos based systems uses: openwrt/actions-shared-workflows/.github/workflows/tools.yml@main