Skip to content

Commit

Permalink
trigger on push/cron
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtzData committed May 26, 2024
1 parent fe3b544 commit 24bcb69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e_new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ concurrency:
cancel-in-progress: true

on:
schedule:
- cron: '*/180 * * * *'
workflow_dispatch:
workflow_call:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e_scoutcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ concurrency:
cancel-in-progress: true

on:
push:
schedule:
- cron: '*/180 * * * *'
workflow_dispatch:
inputs:
rpc_url:
Expand Down

0 comments on commit 24bcb69

Please sign in to comment.