From 659fe866ed23b6c5fe44b55875d84e44d8db887e Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Mon, 15 Jul 2024 14:51:21 -0700 Subject: [PATCH] removeme --- .github/workflows/release.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59e48598d..76047ab57 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: @@ -29,6 +29,9 @@ defaults: env: CC: clang RETENTION_DAYS: 7 + # https://github.com/actions/checkout/issues/1487 + # https://github.com/actions/checkout/issues/1809 + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: setup: @@ -174,7 +177,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.TOKEN_GITHUB }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build binary run: ./util/release.sh ${{ needs.setup.outputs.release_name }} --bin env: @@ -310,7 +313,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.TOKEN_GITHUB }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build binary run: ./util/release.sh ${{ needs.setup.outputs.release_name }} --bin env: