The GitHub Actions job "Tests (AMD)" on 
airflow.git/exclude-non-test-files-from-full-tests-trigger has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
07828a66694488652a8ae51d7d335c0cec16357c / Jarek Potiuk <[email protected]>
Don't force full CI tests for non-test workflow and prek-only changes

ENVIRONMENT_FILES forced the full test matrix on any .github/workflows
change and on any scripts/ci/prek change. Those over-match: non-test
workflows (security scans, doc publishing, notifications, backporting,
stale/calendar bots) cannot affect test outcomes, and prek hooks drive
static checks rather than the test matrix.

Exclude non-test workflows from ENVIRONMENT_FILES (test/CI-config
workflows like ci-amd, run-unit-tests, k8s-tests still force full), and
move scripts/ci/prek to a new PREK_FILES group that triggers only the CI
image build (so mypy-scripts and image-based static checks still run for
a prek-only change) without forcing the full matrix.

Static checks still run on every PR regardless; this only stops the
unnecessary full test matrix for changes that cannot affect tests.

Report URL: https://github.com/apache/airflow/actions/runs/27926233130

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to