add diag workflow
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
name: diag-new-server
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
diag:
|
||||
runs-on: saas
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: diag new server
|
||||
run: python3 scripts/diag_new_server.py
|
||||
Reference in New Issue
Block a user