We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5084b5d commit cf070c7Copy full SHA for cf070c7
fastlane/lib/util.rb
@@ -5,7 +5,7 @@ def should_nightly?
5
6
# was this build triggered by a schedule event on GH?
7
def github_scheduled?
8
- ENV['GITHUB_EVENT_NAME'] == 'schedule'
+ ENV['GITHUB_EVENT_NAME'] == 'schedule' || ENV['GITHUB_EVENT_NAME'] == 'workflow_dispatch'
9
end
10
11
# was this build initiated by cron?
0 commit comments