From 896359cba7f16c6bcfd2572a48a8fd8bd39d8f23 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59e48598d..90b5c3945 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: @@ -174,7 +174,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 +310,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: