Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find an easy way to trigger Github Actions tests if dev gets updated #1326

Open
Lucas-Mc opened this issue Apr 21, 2021 · 0 comments
Open

Find an easy way to trigger Github Actions tests if dev gets updated #1326

Lucas-Mc opened this issue Apr 21, 2021 · 0 comments

Comments

@Lucas-Mc
Copy link
Contributor

Lucas-Mc commented Apr 21, 2021

As mentioned in #1320, there's not currently a known way to easily re-run the Github Actions tests if the target (usually dev) gets updated while the desired pull request remains stagnant (tests are only triggered by direct commits to the pull request).

I think the only way to re-trigger the test if the target gets updated is to:

  1. There's actually an option to re-run the tests but ONLY IF THEY FAIL for some reason
  2. Push an empty commit, but then you have to squash/rebase and it's a lot of work
  3. I've noticed from WFDB-Python that rebasing on dev then force pushing also re-triggers the test even though, likely, nothing directly related to the pull request changes

So yeah, not ideal at the moment so let's figure out if there's a better way!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant