We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef76d5d commit 7312da9Copy full SHA for 7312da9
1 file changed
.github/workflows/build-tutorials-nightly.yml
@@ -15,12 +15,13 @@ 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:
27
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}
0 commit comments