We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b38f5a commit 43859b1Copy full SHA for 43859b1
1 file changed
.github/workflows/build-tutorials-nightly.yml
@@ -15,12 +15,12 @@ name: Build tutorials (nightly/test)
15
# download the binaries in .jenkins/build.sh.
16
on:
17
# Only main branch for now. Uncomment the below line to enable it on PRs.
18
- pull_request:
+ # pull_request:
19
20
# Comment out the below line to disable on the main branch
21
- push:
22
- branches:
23
- - main
+ # push:
+ # branches:
+ # - main
24
workflow_dispatch:
25
26
concurrency:
0 commit comments