diff --git a/.github/workflows/podman.yml b/.github/workflows/podman.yml index 73ef379e8..4ca3a8d96 100644 --- a/.github/workflows/podman.yml +++ b/.github/workflows/podman.yml @@ -192,7 +192,7 @@ jobs: if: true || github.ref == 'refs/heads/main' || github.ref == 'refs/tags/*' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main') env: - BASE_URL: "https://illc-aml-mu-acc.science.uva.nl" + BASE_URL: "https://acc.amsterdammusiclab.nl" steps: - uses: actions/checkout@v4