Skip to content

Commit c1f691f

Browse files
committed
test trigger autogen
1 parent 146a702 commit c1f691f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/autogen-remote-changes.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Auto-Update SDK
22

3-
on:
4-
schedule:
5-
- cron: "0 0 * * 1" # Runs every Monday at midnight
6-
workflow_dispatch: # Allows manual triggering of the workflow
3+
# on:
4+
# schedule:
5+
# - cron: "0 0 * * 1" # Runs every Monday at midnight
6+
# workflow_dispatch: # Allows manual triggering of the workflow
7+
8+
on: [push, pull_request]
79

810
jobs:
911
update-sdk:

0 commit comments

Comments
 (0)