mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
Add dummy workflow to test workflow modifications in PR branch
Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
10
.github/workflows/x64_vm-build-test.yml
vendored
Normal file
10
.github/workflows/x64_vm-build-test.yml
vendored
Normal 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'
|
||||
Reference in New Issue
Block a user