Add stub for ephemeral env web build workflow (#3593)

This commit is contained in:
Michał Chęciński 2022-09-22 18:01:34 +02:00 committed by GitHub
parent ae08530276
commit 32c91deb36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
.github/workflows/build-web-ee.yml vendored Normal file
View File

@ -0,0 +1,16 @@
---
name: Build Web for EE
on:
workflow_dispatch:
jobs:
stub:
name: stub
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
- name: Stub
run: print 'This is only a stub'