mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 15:51:48 +00:00
every minute cron (#159)
This commit is contained in:
parent
45f72e71d8
commit
1072c103ce
5
.github/workflows/dbt_get_block_tx_count.yml
vendored
5
.github/workflows/dbt_get_block_tx_count.yml
vendored
@ -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 }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user