We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Job fails because 'Can't add a job to a build that is already closed' e.g. https://github.com/WenjieDu/PyPOTS/actions/runs/10364629150/job/28690251409
According to https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast, adding continue-on-error: true can fix this
continue-on-error: true
The text was updated successfully, but these errors were encountered:
WenjieDu
No branches or pull requests
Issue description
Job fails because 'Can't add a job to a build that is already closed'
e.g. https://github.com/WenjieDu/PyPOTS/actions/runs/10364629150/job/28690251409
According to https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast, adding
continue-on-error: true
can fix thisThe text was updated successfully, but these errors were encountered: