Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable github Webhook temporarly

Tags:

git

I need to preventing from build the specific job on specific conditions, how i can do this?

Pushing to specific repository and push to git using git push --no-verify

git commit -m "check" git push --no-verify

disable build job automatically when i push to specific branch in specific repo

like image 811
Lidor Abu Avatar asked Sep 20 '25 01:09

Lidor Abu


1 Answers

If you go into webhook settings on your repository, there should be an Active section where you can disable for as long as you like. enter image description here

like image 80
CalculatingKraken Avatar answered Sep 22 '25 15:09

CalculatingKraken