You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason the same CI was run twice, but once as a no-op (which passed) and once with the actual tests (which failed). I think the GitHub Actions configuration needs to be updated somehow to prevent that.
The text was updated successfully, but these errors were encountered:
Looks like this is (partially) because pull_request_target is the wrong trigger to use. Per docs, it fully ignores the head of the PR and only runs against the base branch, so, of course will pass despite bad code in PR.
I think what we want is a trigger (or action) that will run against a synthesized merge commit instead.
Ugh... I kind of knew this might be wrong and didn't know how to fix it. Thanks for catching, I'll see what I can find. If you know how to fix this I would appreciate the help as well!
Looks like the CI errors noted in #32 were introduced by #31 being auto-merged by
syntax_tree-haml/.github/workflows/main.yml
Lines 28 to 41 in 8dac220
For some reason the same CI was run twice, but once as a no-op (which passed) and once with the actual tests (which failed). I think the GitHub Actions configuration needs to be updated somehow to prevent that.
The text was updated successfully, but these errors were encountered: