mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-16 17:01:37 +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:
parent
16e0724ace
commit
8a3140b89b
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'
|
||||||
Loading…
Reference in New Issue
Block a user