mirror of
https://github.com/espressif/arduino-esp32.git
synced 2026-03-13 09:41:48 +08:00
* ci(tests): Move hardware tests to GitLab * Potential fix for code scanning alert no. 492: Code injection Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Potential fix for code scanning alert no. 500: Code injection Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * fix(ci): Fix CodeQL warnings * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
14 lines
389 B
YAML
14 lines
389 B
YAML
workflow:
|
|
rules:
|
|
# Allow only when triggered manually (web), via API, or by a trigger token
|
|
- if: "$CI_PIPELINE_SOURCE =~ /^(trigger|api|web)$/"
|
|
when: always
|
|
# Deny all other sources
|
|
- when: never
|
|
|
|
# Place the default settings in `.gitlab/workflows/common.yml` instead
|
|
|
|
include:
|
|
- ".gitlab/workflows/common.yml"
|
|
- ".gitlab/workflows/hardware_tests_dynamic.yml"
|