SuffolkLITLab / ALKiln

Integrated automated end-to-end testing with docassemble, puppeteer, and cucumber.
https://assemblyline.suffolklitlab.org/docs/alkiln/intro
MIT License
14 stars 4 forks source link

Document how to disable Actions in GitHub #434

Closed plocket closed 2 years ago

plocket commented 2 years ago

Yes, you can disable Actions in GitHub.

For an organization: https://docs.github.com/en/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization#managing-github-actions-permissions-for-your-organization

For a repository: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#managing-github-actions-permissions-for-your-repository

I'll make this into a documentation issue too, thanks!

Originally posted by @plocket in https://github.com/SuffolkLITLab/ALKiln/issues/433#issuecomment-992596977

Edit: disabling just that particular workflow will help people who want to be able to run other actions:

You can also keep your other actions running and disable just that workflow: https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow

plocket commented 2 years ago

Closed by https://github.com/SuffolkLITLab/docassemble-AssemblyLine-documentation/issues/184