nerdexam
GitHub

GITHUB-ACTIONS · Question #36

You are reaching your organization's storage limit for GitHub artifacts and packages. What should you do to prevent the storage limit from being reached? (Choose two.)

The correct answer is A. Delete artifacts from the repositories manually D. Configure the artifact and log retention period.. Deleting artifacts from repositories manually will free up storage space. Artifacts are typically stored for a limited time by default, but manual cleanup can help manage space. Configuring the artifact and log retention period allows you to control how long artifacts and logs ar

Manage GitHub Actions workflows

Question

You are reaching your organization's storage limit for GitHub artifacts and packages. What should you do to prevent the storage limit from being reached? (Choose two.)

Options

  • ADelete artifacts from the repositories manually
  • BDisable branch protections in the repository.
  • CUse self-hosted runners for all workflow runs.
  • DConfigure the artifact and log retention period.
  • EConfigure the repo to use Git Large File Storage.

How the community answered

(47 responses)
  • A
    72% (34)
  • B
    4% (2)
  • C
    9% (4)
  • E
    15% (7)

Explanation

Deleting artifacts from repositories manually will free up storage space. Artifacts are typically stored for a limited time by default, but manual cleanup can help manage space. Configuring the artifact and log retention period allows you to control how long artifacts and logs are retained in your repository. By shortening the retention period, you can prevent unnecessary accumulation of data and manage storage more effectively.

Topics

#artifact storage#retention policy#storage limits#artifact management

Community Discussion

No community discussion yet for this question.

Full GITHUB-ACTIONS Practice