Skip to content

Commit

Permalink
New manual workflow for adhoc web builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Apr 25, 2023
1 parent 7eaf158 commit 01080d6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/manual_adhoc_web.yml
@@ -0,0 +1,14 @@
name: Run on adhoc web build

on:
workflow_dispatch:

jobs:

run-adhoc-web:
runs-on: ubuntu-latest
steps:
- name: Adhoc web
run: |
echo "TODO(jleibs): Run adhoc web"

0 comments on commit 01080d6

Please sign in to comment.