Skip to content

Commit aa177cb

Browse files
committed
Update gdrive yaml.
1 parent b49d27b commit aa177cb

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/test_connections.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# .github/workflows/ci.yml (excerpt)
2+
on:
3+
push:
4+
branches:
5+
- main
6+
tags:
7+
- 'v*'
8+
pull_request:
9+
schedule:
10+
# Weekly cron job at 12:00 AM UTC on Mondays.
11+
# This will only run on main by default.
12+
- cron: '0 0 * * 1'
13+
214
jobs:
3-
tests:
15+
test_connections:
416
runs-on: ubuntu-latest
517
steps:
618
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)