diff --git a/.github/workflows/test-blockchain-main.yml b/.github/workflows/test-blockchain-main.yml index bb7994e..7daa31a 100644 --- a/.github/workflows/test-blockchain-main.yml +++ b/.github/workflows/test-blockchain-main.yml @@ -1,4 +1,4 @@ -name: Test against chia-blockchain main +name: Test against chia-blockchain main and nightly on: workflow_dispatch: @@ -10,6 +10,8 @@ on: pull_request: branches: - '**' + schedule: + - cron: "0 11 * * *" concurrency: group: ${{ github.ref }}-${{ github.workflow }}-${{ github.event_name }}--${{ (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/') || startsWith(github.ref, 'refs/heads/long_lived/')) && github.sha || '' }}