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 35912a5 commit 08ac042Copy full SHA for 08ac042
.github/workflows/run-tests.yml
@@ -1,7 +1,7 @@
1
name: 'Run tests'
2
on:
3
pull_request:
4
- branches: [main]
+ branches: [not_main] # do not run for now
5
schedule:
6
- cron: '0 6 * * *' # Run every day at 6am UTC
7
workflow_dispatch:
0 commit comments