forgejo: disable actions
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
This commit is contained in:
parent
b443ebd1e9
commit
8e14be3e57
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
SHOW_USER_EMAIL = true;
|
SHOW_USER_EMAIL = true;
|
||||||
};
|
};
|
||||||
actions = {
|
actions = {
|
||||||
ENABLED = true;
|
ENABLED = false;
|
||||||
DEFAULT_ACTIONS_URL = "https://code.forgejo.org";
|
DEFAULT_ACTIONS_URL = "https://code.forgejo.org";
|
||||||
};
|
};
|
||||||
server = {
|
server = {
|
||||||
|
|
Loading…
Reference in a new issue