Skip to content

Commit 2544312

Browse files
committed
try a dry run
1 parent a27560d commit 2544312

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/weekly-api-diff.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Weekly API Diff
22

33
on:
4+
push:
5+
branches: [tsdiff_script] # temporary: remove before merging to main
46
schedule:
57
- cron: '0 17 * * 1' # Monday 9am PST / 10am PDT (GH Actions cron is UTC)
68
workflow_dispatch: # manual trigger for testing

.github/workflows/weekly-chromatic.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Weekly Chromatic
22

33
on:
4+
push:
5+
branches: [tsdiff_script] # temporary: remove before merging to main
46
schedule:
57
- cron: '0 17 * * 1' # Monday 9am PST / 10am PDT (GH Actions cron is UTC)
68
workflow_dispatch: # manual trigger for testing

0 commit comments

Comments
 (0)