Skip to content

Commit 23d5851

Browse files
Add schedule
1 parent 8190efe commit 23d5851

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test_tap.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
- pyproject.toml
1818
- 'tap_github/**'
1919
workflow_dispatch:
20+
schedule:
21+
# Every 6 hours
22+
- cron: "0 */6 * * *"
2023

2124
concurrency:
2225
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)