The workflows were able to trigger the downstream ncov builds just fine, so I don't think there was anything wrong with the GitHub token permissions. The last update to the forecasts-ncov GH Action workflows was a month ago, so I suspect this was a transient error.
We should add Snakemake retries to the trigger rules so that the workflow can automatically retry in case of transient errors like this.
Context
Prompted by the workflow errors from the automated runs on 2024-07-11 (GISAID, GenBank).
Both failed during trigger of downstream forecasts-ncov GH Action workflows:
The workflows were able to trigger the downstream ncov builds just fine, so I don't think there was anything wrong with the GitHub token permissions. The last update to the forecasts-ncov GH Action workflows was a month ago, so I suspect this was a transient error.
We should add Snakemake
retries
to the trigger rules so that the workflow can automatically retry in case of transient errors like this.