Skip to content

Commit

Permalink
;just:push: allow custom poll interval argument
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Mar 2, 2024
1 parent 3ca208a commit 8d9ce2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Justfile
Expand Up @@ -1288,9 +1288,9 @@ sccv:
# ** Misc ------------------------------------------------------------
MISC:

# push to github CI, wait for tests to pass, then push to master
@push:
tools/push
# push to github CI, wait for tests to pass, refreshing every INTERVAL (default:10s), then push to master.
@push *INTERVAL:
tools/push {{ INTERVAL }}

# run some tests to validate the development environment
# check-setup:
Expand Down

0 comments on commit 8d9ce2a

Please sign in to comment.