Skip to content

Commit 7df0d0b

Browse files
authored
Run Up-to-Date pipeline Tuesday mornings (airbytehq#65618)
1 parent b91ae8f commit 7df0d0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/connectors_up_to_date.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ concurrency:
55

66
on:
77
schedule:
8-
# Runs everyday Saturday at 12:00 UTC
9-
- cron: "0 12 * * 6"
8+
# Runs everyday Tuesday at 10:00 UTC (3:00 PDT / 2:00 PST)
9+
- cron: "0 10 * * 2"
1010
workflow_dispatch:
1111
inputs:
1212
connectors-options:

0 commit comments

Comments
 (0)