* add 3.1 to deprecated versions * rewrite img src to use azure blob storage in archive script Co-authored-by: rachmari <rachmari@users.noreply.github.com> * remove static files for ghes 3.1 * remove liquid conditionals and content for ghes 3.1 * remove outdated hardware reqs reusable * Fix liquid conditional uncaught by script * Close liquid conditionals missed by script * Apply @mattpollard's suggestions Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com> Co-authored-by: rachmari <rachmari@users.noreply.github.com> Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2.1 KiB
2.1 KiB
| Action | Description |
|---|---|
workflows.approve_workflow_job |
A workflow job was approved. For more information, see "Reviewing deployments." |
workflows.cancel_workflow_run |
A workflow run was cancelled. For more information, see "Canceling a workflow." |
workflows.delete_workflow_run |
A workflow run was deleted. For more information, see "Deleting a workflow run." |
workflows.disable_workflow |
A workflow was disabled. |
workflows.enable_workflow |
A workflow was enabled, after previously being disabled by disable_workflow. |
workflows.reject_workflow_job |
A workflow job was rejected. For more information, see "Reviewing deployments." |
workflows.rerun_workflow_run |
A workflow run was re-run. For more information, see "Re-running a workflow." |
| {%- ifversion fpt or ghec or ghes > 3.2 or ghae-issue-4963 %} | |
workflows.completed_workflow_run |
A workflow status changed to completed. Can only be viewed using the REST API; not visible in the UI or the JSON/CSV export. For more information, see "Viewing workflow run history. |
workflows.created_workflow_run |
A workflow run was created. Can only be viewed using the REST API; not visible in the UI or the JSON/CSV export. For more information, see "Create an example workflow." |
workflows.prepared_workflow_job |
A workflow job was started. Includes the list of secrets that were provided to the job. Can only be viewed using the REST API. It is not visible in the the {% data variables.product.prodname_dotcom %} web interface or included in the JSON/CSV export. For more information, see "Events that trigger workflows." |
| {%- endif %} |