We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c13c4 commit d4e87b6Copy full SHA for d4e87b6
1 file changed
.github/workflows/nightly.yml
@@ -3,6 +3,7 @@ name: ruby/ruby-docker-images/nightly
3
on:
4
schedule:
5
- cron: '0 */12 * * *'
6
+ workflow_dispatch:
7
8
env:
9
DOCKER_USER: ${{ secrets.DOCKER_USER }}
0 commit comments