We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48de4bc commit ca97c75Copy full SHA for ca97c75
1 file changed
.github/workflows/sdk-diff-analyzer.yaml
@@ -7,6 +7,9 @@ name: SDK Diff Analyzer
7
on:
8
schedule:
9
- cron: '0 */6 * * *' # Every 6 hours
10
+ push:
11
+ branches:
12
+ - feature/sdk-diff-analyzer # Temporary: for testing
13
workflow_dispatch:
14
inputs:
15
commits_to_analyze:
0 commit comments