Skip to content

Commit e481cf7

Browse files
ci: Support workflow dispatch for integration tests (#392)
1 parent 2790cc8 commit e481cf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/test_tap.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
- poetry.lock
1717
- pyproject.toml
1818
- 'tap_github/**'
19+
workflow_dispatch:
20+
schedule:
21+
# Every 6 hours
22+
- cron: "0 */6 * * *"
1923

2024
concurrency:
2125
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)