Skip to content

how do I get rid of github workflow #25117

Answered by BrightRan
ALBUE asked this question in Actions
Discussion options

You must be logged in to vote

If you do not want to run any workflow for you repository, you can directly delete all the YAML files under _ .github/workflow _ from your repository.

You also can disable GitHub Actions feature on repository level and Organization level.

To disable Actions on a specific repository, on the Settings tab of this repository, navigate to Actions , select Disable Actions for this repository.

To disable Actions on a specific Organization, navigate to Organization settings > Member privileges , select Disable Actions for the organization , this will disable Actions on all repositories in this Organization.

If yo…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants