Update demo.yml
This commit is contained in:
parent
d22cc7d3f6
commit
3f5595e794
1 changed files with 4 additions and 6 deletions
10
.github/workflows/demo.yml
vendored
10
.github/workflows/demo.yml
vendored
|
@ -1,9 +1,9 @@
|
|||
name: demo-reset
|
||||
name: Demo Reset
|
||||
|
||||
# Controls when the workflow will run
|
||||
on:
|
||||
# schedule:
|
||||
# - cron: "0 * * * *"
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
@ -57,9 +57,7 @@ jobs:
|
|||
break
|
||||
fi
|
||||
done
|
||||
|
||||
# - name: Wait for new instance running
|
||||
# run: sleep 10s
|
||||
sleep 10s
|
||||
|
||||
- name: Put instance public ports
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue