diff --git a/.github/workflows/package-apisix-runtime-deb-openresty-1.21.yml b/.github/workflows/package-apisix-runtime-deb-openresty-1.21.yml index 14a56d247..b3dcb2549 100644 --- a/.github/workflows/package-apisix-runtime-deb-openresty-1.21.yml +++ b/.github/workflows/package-apisix-runtime-deb-openresty-1.21.yml @@ -7,12 +7,13 @@ on: description: 'Tag name for the release' required: true default: '' + pull_request: jobs: build: timeout-minutes: 60 env: - BUILD_APISIX_RUNTIME_VERSION: 1.1.2 + BUILD_APISIX_RUNTIME_VERSION: 1.1.3 strategy: matrix: platform: @@ -54,7 +55,7 @@ jobs: needs: build runs-on: ubuntu-latest env: - BUILD_APISIX_RUNTIME_VERSION: 1.1.2 + BUILD_APISIX_RUNTIME_VERSION: 1.1.3 steps: - name: Download ARM64 artifact uses: actions/download-artifact@v3