Skip to content

Commit 7312da9

Browse files
authored
Disable pull_request and push triggers in nightly workflow (#3742)
Disable until the next release cycle.
1 parent ef76d5d commit 7312da9

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/build-tutorials-nightly.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ name: Build tutorials (nightly/test)
1515
# download the binaries in .jenkins/build.sh.
1616
on:
1717
# Only main branch for now. Uncomment the below line to enable it on PRs.
18-
pull_request:
18+
# pull_request:
1919

2020
# Comment out the below line to disable on the main branch
21-
push:
22-
branches:
23-
- main
21+
# push:
22+
# branches:
23+
# - main
24+
workflow_dispatch:
2425

2526
concurrency:
2627
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}

0 commit comments

Comments
 (0)