As pointed out in this PR comment, our current workflow for triggering integration tests on PRs is broken for fork PRs. The solution seems to be to remove th with-Block in the GitHub-Action as described here and here. In order to test it, i will have to merge those changes to develop.
As pointed out in this PR comment, our current workflow for triggering integration tests on PRs is broken for fork PRs. The solution seems to be to remove th
with
-Block in the GitHub-Action as described here and here. In order to test it, i will have to merge those changes to develop.