We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146a702 commit c1f691fCopy full SHA for c1f691f
.github/workflows/autogen-remote-changes.yml
@@ -1,9 +1,11 @@
1
name: Auto-Update SDK
2
3
-on:
4
- schedule:
5
- - cron: "0 0 * * 1" # Runs every Monday at midnight
6
- workflow_dispatch: # Allows manual triggering of the workflow
+# on:
+# schedule:
+# - cron: "0 0 * * 1" # Runs every Monday at midnight
+# workflow_dispatch: # Allows manual triggering of the workflow
7
+
8
+on: [push, pull_request]
9
10
jobs:
11
update-sdk:
0 commit comments