|
|
|
|
|
by chrisrpatterson
2506 days ago
|
|
Hi, GitHub Actions product manager here. Thanks for your interest in GitHub Actions.
You can set a property `continue-on-error: true` for each step and the runner will ignore a failed result and continue the workflow. For more details on workflow configuration please see https://help.github.com/en/articles/workflow-syntax-for-gith... Workflow runs can be triggered via a `repository_dispatch` event with a custom payload. Using this model you could create a tool to allow for manual triggering. However, we do expect to provide a more integrated experience for triggering manual runs with custom inputs. More capabilities for actions to post artifacts and reports as part of our experience is absolutely on our radar. We are working to bring as many new users into the beta as quickly as we can and we look forward to your feedback. |
|