ImperialCollegeLondon / pyrealm

Development of the pyrealm package, providing an integrated toolbox for modelling plant productivity, growth and demography using Python.
https://pyrealm.readthedocs.io/
MIT License
16 stars 6 forks source link

PR Checker Github actions hanging after approval #241

Open AmyOctoCat opened 1 month ago

AmyOctoCat commented 1 month ago

Describe the bug Once a PR has been approved in Github and the profiling has been run, the other PR checks are hanging in a pending state. This may be because the commit message for the autocommit contains [skip actions], but it may also be to do with the fact that an action (the profiling) is triggering the other actions. Will open up a branch to see if just modifying the commit message fixes it.

To Reproduce Steps to reproduce the behavior:

  1. Open a PR
  2. Have it approved
  3. Wait for checks to run

Expected behavior Checks hang in a 'Waiting to execute' state.