recommenders-team / recommenders

Best Practices on Recommendation Systems
https://recommenders-team.github.io/recommenders/intro.html
MIT License
18.81k stars 3.07k forks source link

Testing new pull request target with label from repo user #2021

Closed miguelgfierro closed 11 months ago

miguelgfierro commented 11 months ago

Description

Related Issues

1853

References

Checklist:

miguelgfierro commented 11 months ago

The tests are not executed azureml-unit-tests / get-test-groups (pull_request_target) Skipped

azureml-unit-tests / ${{ join(matrix.*, ', ') }} (pull_request_target) Skipped

If I remove the if clause, the tests don't start either: if: github.event_name == 'pull_request' || (github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'safe to test'))