diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 0d66cb3..02e1bdb 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -5,7 +5,7 @@ on: - '**/run' - '**/finish' - '**/check' - - 'root/migrations/* + - 'root/migrations/*' jobs: permission_check: diff --git a/Jenkinsfile b/Jenkinsfile index f242a2b..bf0b14e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { CI_WEB='true' CI_PORT='3214' CI_SSL='false' - CI_DELAY='600' + CI_DELAY='120' CI_DOCKERENV='SECRET_KEY_BASE=placeholder|DATABASE_URL=sqlite3:/config/manyfold.sqlite3|DOCKER_MODS=lscr.io/linuxserver/mods:universal-redis' CI_AUTH='' CI_WEBPATH='' diff --git a/jenkins-vars.yml b/jenkins-vars.yml index 97aea11..c3515fb 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -23,7 +23,7 @@ repo_vars: - CI_WEB='true' - CI_PORT='3214' - CI_SSL='false' - - CI_DELAY='600' + - CI_DELAY='120' - CI_DOCKERENV='SECRET_KEY_BASE=placeholder|DATABASE_URL=sqlite3:/config/manyfold.sqlite3|DOCKER_MODS=lscr.io/linuxserver/mods:universal-redis' - CI_AUTH='' - CI_WEBPATH=''