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 b570f39 commit bc280ceCopy full SHA for bc280ce
.github/workflows/common_quickstart.yml
@@ -62,6 +62,7 @@ on:
62
63
jobs:
64
quickstart:
65
+ name: quickstart (${{ inputs.product }})
66
# Run on the main repo's scheduled jobs or pull requests and manual workflow invocations.
67
if: (github.repository == 'firebase/firebase-ios-sdk' && github.event_name == 'schedule') || contains(fromJSON('["pull_request", "workflow_dispatch"]'), github.event_name)
68
env:
0 commit comments