Create test_Bt.yml
This commit is contained in:
parent
08de692ce9
commit
f7ef285358
1 changed files with 13 additions and 0 deletions
13
.github/workflows/test_Bt.yml
vendored
Normal file
13
.github/workflows/test_Bt.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: test_Bt
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 21 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: test_Bt
|
||||
run: bash bt.sh
|
Loading…
Reference in a new issue