Skip to content

Commit 894e681

Browse files
committed
turn off nightly runs for now
1 parent 1f7cfcc commit 894e681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
os: [ ubuntu, windows, macos ]
29-
release: [ stable, nightly ]
29+
release: [ stable ]
3030
runs-on: ${{ format('{0}-latest', matrix.os) }}
3131
steps:
3232
- name: Checkout GitHub repo

0 commit comments

Comments
 (0)