nerdexam
GitHub

GITHUB-ACTIONS · Question #52

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?

The correct answer is B. via repositories owned by the organization. To prevent reaching the storage limit for GitHub artifacts and packages, you should manage and clean up artifacts and packages stored in repositories owned by your organization. This includes deleting unnecessary artifacts and managing the lifecycle of packages, as they…

GitHub Actions - Artifacts and Storage

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?

Options

  • Avia the .github repository owned by the organization
  • Bvia repositories owned by the organization
  • Cvia the GitHub Marketplace
  • Dvia a repository owned by a third party

How the community answered

(25 responses)
  • A
    16% (4)
  • B
    72% (18)
  • C
    8% (2)
  • D
    4% (1)

Explanation

To prevent reaching the storage limit for GitHub artifacts and packages, you should manage and clean up artifacts and packages stored in repositories owned by your organization. This includes deleting unnecessary artifacts and managing the lifecycle of packages, as they contribute directly to your organization's storage quota.

Topics

#artifacts#storage limits#retention policies#packages

Community Discussion

No community discussion yet for this question.

Full GITHUB-ACTIONS Practice