Skip to main content

Managing workflow runs

You can manually interact with workflow runs to ensure they run effectively.

Manually running a workflow

When a workflow is configured to run on the workflow_dispatch event, you can run the workflow using the Actions tab on GitHub, GitHub CLI, or the REST API.

Re-running workflows and jobs

You can re-run a workflow run, all failed jobs in a workflow run, or specific jobs in a workflow run up to 30 days after its initial run.

Canceling a workflow run

You can cancel a workflow run, including all jobs and steps, that is in progress.

Disabling and enabling a workflow

You can disable and re-enable a workflow using the GitHub UI, the REST API, or GitHub CLI.

워크플로 실행 건너뛰기

커밋 메시지에 명령을 포함하여 pushpull_request 이벤트에 의해 트리거되는 워크플로 실행을 건너뛸 수 있습니다.

Deleting a workflow run

You can delete a workflow run that has been completed, or is more than two weeks old.

Downloading workflow artifacts

You can download archived artifacts before they automatically expire.

워크플로 아티팩트 제거

GitHub에서 만료되기 전에 아티팩트 삭제를 통해 사용된 GitHub Actions 스토리지를 회수할 수 있습니다.

Managing caches

You can monitor, filter, and delete dependency caches created from your workflows.

Approving workflow runs from forks

You can manually approve workflow runs that have been triggered by a contributor's pull request.