From c53abdb910bb6a4d9077fffd783b7f639ff2589a Mon Sep 17 00:00:00 2001 From: Caio Ramos Casimiro Date: Wed, 14 Feb 2024 14:58:21 +0000 Subject: [PATCH] tmp --- .github/workflows/job-clang-analyzer.yml | 2 +- .github/workflows/job-unit-tests.yml | 2 +- .github/workflows/job-valgrind-tests.yml | 2 +- .github/workflows/release.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/job-clang-analyzer.yml b/.github/workflows/job-clang-analyzer.yml index 53aca4239..9e0519dab 100644 --- a/.github/workflows/job-clang-analyzer.yml +++ b/.github/workflows/job-clang-analyzer.yml @@ -67,7 +67,7 @@ jobs: - run: make setup - run: make - uses: actions/upload-artifact@v4 - if: ${{ failure() && !env.ACT }} + # if: ${{ failure() && !env.ACT }} with: name: ${{ github.workflow }}-${{ github.job }}-sha-${{ github.sha }}-run-${{ github.run_number }}-${{ inputs.ngx != '' && format('nginx-{0}', inputs.ngx) || format('openresty-{0}', inputs.openresty) }}-${{ inputs.runtime }}-${{ inputs.ssl }}-${{ inputs.hup }}-${{ inputs.debug }} path: work/scans/* diff --git a/.github/workflows/job-unit-tests.yml b/.github/workflows/job-unit-tests.yml index 7f6417f20..ec0b76b6b 100644 --- a/.github/workflows/job-unit-tests.yml +++ b/.github/workflows/job-unit-tests.yml @@ -159,7 +159,7 @@ jobs: - run: rm -f t/servroot/html/nginx.sock if: ${{ failure() && !env.ACT }} - uses: actions/upload-artifact@v4 - if: ${{ failure() && !env.ACT }} + # if: ${{ failure() && !env.ACT }} with: name: ${{ github.workflow }}-${{ github.job }}-sha-${{ github.sha }}-run-${{ github.run_number }}-${{ inputs.ngx != '' && format('nginx-{0}', inputs.ngx) || format('openresty-{0}', inputs.openresty) }}-${{ inputs.runtime }}-${{ inputs.module_type == 'dynamic' && 'dynamic' || 'static'}}-${{ inputs.ssl }}-${{ inputs.hup }} path: | diff --git a/.github/workflows/job-valgrind-tests.yml b/.github/workflows/job-valgrind-tests.yml index 0f54153c9..cf52f58f6 100644 --- a/.github/workflows/job-valgrind-tests.yml +++ b/.github/workflows/job-valgrind-tests.yml @@ -141,7 +141,7 @@ jobs: - run: rm -f t/servroot/html/nginx.sock if: ${{ failure() && !env.ACT }} - uses: actions/upload-artifact@v4 - if: ${{ failure() && !env.ACT }} + # if: ${{ failure() && !env.ACT }} with: name: ${{ github.workflow }}-${{ github.job }}-sha-${{ github.sha }}-run-${{ github.run_number }}-${{ inputs.ngx != '' && format('nginx-{0}', inputs.ngx) || format('openresty-{0}', inputs.openresty) }}-${{ inputs.runtime }}-${{ inputs.hup }} path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 566d2f216..e087bd616 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,8 +3,8 @@ name: Release on: schedule: - cron: "0 6 * * mon" # 6am UTC, 11pm PST - #pull_request: - # branches: '**' + pull_request: + branches: '**' workflow_dispatch: inputs: release_version: