Add dummy workflow to test workflow modifications in PR branch

Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
Johann Hoffmann
2022-04-05 15:13:54 +02:00
parent 16e0724ace
commit 8a3140b89b

10
.github/workflows/x64_vm-build-test.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
name: Test x64_vm build and AMI creation
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo 'Test x64_vm build and AMI creation'