The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
2bce2d57a5bdab1eb4afd9b632184919967489dc / Jarek Potiuk <[email protected]>
Selective checks for API did not match API test specification

The selective checks for the API had "^tests/api" as matching regexp,
where we used "tests/api", "tests/api_connexion" to trigger the tests.
This means that changes to "tests/api_internal" were not treated as
"Other" as they were included in "^tests/api".

This PR fixes it.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to