Files
arduino-esp32/.gitlab-ci.yml
Lucas Saavedra Vaz 7cdfb5171e ci(tests): Move hardware tests to GitLab (#11890)
* 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>
2025-10-06 11:15:08 +03:00

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"