This change allows the build action to be triggered by an action in a remote repo.
This will be used by eitprocessing as of PR 235, and these PRs should be reviewed together.
EDIT: @wbaccinelli , i had tagged you for review, but have since realized that it wasnt working as intended. I will fix it first and then request a new review when it's working.
--> THIS IS NOW DONE!
Some additional changes were made to the actions. All commits are atomic and can be reviewed independently.
Main additional changes:
build actions explicitly use os and python versions from matrix
lint action was moved to separate file (it now has very little in common with main build action and otherwise i would need to specify extra conditions to avoid it being triggered remotely)
a dedicated action that can be triggered remotely was also added. This can be useful for trying out things in future updates. Not sure it should be kept or deleted.
This change allows the build action to be triggered by an action in a remote repo. This will be used by eitprocessing as of PR 235, and these PRs should be reviewed together.
EDIT: @wbaccinelli , i had tagged you for review, but have since realized that it wasnt working as intended. I will fix it first and then request a new review when it's working. --> THIS IS NOW DONE!
Some additional changes were made to the actions. All commits are atomic and can be reviewed independently. Main additional changes: