diff --git a/.github/workflows/build-latest.yaml b/.github/workflows/build-latest.yaml index 70d103db..46ec4ae7 100644 --- a/.github/workflows/build-latest.yaml +++ b/.github/workflows/build-latest.yaml @@ -21,6 +21,7 @@ jobs: build-activemq-docker-image: runs-on: ubuntu-latest timeout-minutes: 20 + if: github.actor != 'dependabot[bot]' steps: - uses: actions/checkout@v4 - name: Set up QEMU @@ -50,6 +51,7 @@ jobs: build-docker-image: runs-on: ubuntu-latest timeout-minutes: 20 + if: github.actor != 'dependabot[bot]' strategy: matrix: geoserverMajorVersion: @@ -121,6 +123,7 @@ jobs: scan_image: runs-on: ubuntu-latest timeout-minutes: 20 + if: github.actor != 'dependabot[bot]' needs: [build-docker-image, run-scenario-tests] steps: - uses: actions/checkout@v4 @@ -151,6 +154,7 @@ jobs: run-scenario-tests: runs-on: ubuntu-latest timeout-minutes: 20 + if: github.actor != 'dependabot[bot]' needs: [ build-docker-image, build-activemq-docker-image] strategy: matrix: @@ -191,7 +195,7 @@ jobs: bash ./test.sh push-internal-pr-images: - if: github.event_name == 'pull_request' && github.event.pull_request.base.repo.url == github.event.pull_request.head.repo.url + if: github.event_name == 'pull_request' && github.event.pull_request.base.repo.url == github.event.pull_request.head.repo.url && github.actor != 'dependabot[bot]' runs-on: ubuntu-latest timeout-minutes: 20 needs: [ build-docker-image, run-scenario-tests ] diff --git a/.github/workflows/deploy-image.yaml b/.github/workflows/deploy-image.yaml index aec8e8f4..3cc35c37 100644 --- a/.github/workflows/deploy-image.yaml +++ b/.github/workflows/deploy-image.yaml @@ -10,6 +10,7 @@ on: - completed jobs: deploy-image: + if: github.actor != 'dependabot[bot]' runs-on: ubuntu-latest timeout-minutes: 20 env: diff --git a/build_data/gwc-gs.xml b/build_data/gwc-gs.xml index d5d01098..e9f93c60 100644 --- a/build_data/gwc-gs.xml +++ b/build_data/gwc-gs.xml @@ -33,10 +33,12 @@ image/jpeg + application/vnd.mapbox-vector-tile image/png image/jpeg + application/vnd.mapbox-vector-tile image/png image/jpeg diff --git a/scripts/env-data.sh b/scripts/env-data.sh index 30286715..779275a3 100644 --- a/scripts/env-data.sh +++ b/scripts/env-data.sh @@ -15,7 +15,7 @@ if [ -z "${OPTIMIZE_LINE_WIDTH}" ]; then fi if [ -z "${WMS_DIR_INTEGRATION}" ]; then - WMS_DIR_INTEGRATION=false + WMS_DIR_INTEGRATION=true fi if [ -z "${REQUIRE_TILED_PARAMETER}" ]; then