Skip to content

Commit

Permalink
removeme
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Jul 16, 2024
1 parent 359d823 commit 659fe86
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 659fe86

Please sign in to comment.