every minute cron (#159)

This commit is contained in:
Jack Forgash 2023-08-23 13:44:49 -06:00 committed by GitHub
parent 45f72e71d8
commit 1072c103ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,9 @@ run-name: dbt_get_block_tx_count
on:
workflow_dispatch:
# schedule:
schedule:
# Runs "every minute" (see https://crontab.guru)
# TODO enable after manual test
# - cron: '* * * * *'
- cron: '* * * * *'
env:
USE_VARS: "${{ vars.USE_VARS }}"