diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 476a2b5781..410a8d40ce 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: strategy: max-parallel: 3 matrix: - os: [ windows-latest, ubuntu-20.04, ubuntu-22.04] + os: [windows-latest] steps: - name: 🐙 Checkout GitHub repo (+ download lfs dependencies) diff --git a/.github/workflows/license_header.yml b/.github/workflows/license_header.yml index cf577e51c9..70176d69a5 100644 --- a/.github/workflows/license_header.yml +++ b/.github/workflows/license_header.yml @@ -2,7 +2,7 @@ name: check license headers on: push: branches: - - "**" + - "ohohohoh" jobs: check-license-headers: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e41bf08b1..068b4dfa8c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: main on: push: branches: - - "**" + - "ohohoh" jobs: python-lint: diff --git a/.github/workflows/worker.yml b/.github/workflows/worker.yml index feca22fdb6..3bd0d1e9c0 100644 --- a/.github/workflows/worker.yml +++ b/.github/workflows/worker.yml @@ -2,9 +2,7 @@ name: worker on: push: branches: - - "master" - - "worker/**" - - "bump-python/**" + - "ohohoh" jobs: binary: diff --git a/AntaresWebWin.spec b/AntaresWebWin.spec index baa0c614db..eee324b50f 100644 --- a/AntaresWebWin.spec +++ b/AntaresWebWin.spec @@ -36,7 +36,7 @@ antares_web_server_exe = EXE(antares_web_server_pyz, [], exclude_binaries=True, name='AntaresWebServer', - debug=False, + debug=True, bootloader_ignore_signals=False, strip=False, upx=True,