Skip to content

Commit 3b0d417

Browse files
authored
Merge pull request #83 from firebase/feature/dummy-manual-activation-workflow
adding noop workflow to main.
2 parents ba7d41a + f4d8254 commit 3b0d417

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/desktop.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Desktop builds
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
apis:
7+
description: 'CSV of apis whose quickstart examples we should build'
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: noop
14+
run: true

0 commit comments

Comments
 (0)