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.
2 parents 5084b5d + cf070c7 commit c4a911cCopy full SHA for c4a911c
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