2023-01-31 22:22:11 +08:00
|
|
|
name: test_Bt
|
|
|
|
|
|
|
|
on:
|
2023-01-31 22:29:01 +08:00
|
|
|
workflow_dispatch:
|
2023-01-31 22:25:45 +08:00
|
|
|
schedule:
|
|
|
|
- cron: '0 21 * * *'
|
2023-01-31 22:22:11 +08:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: test_Bt
|
2023-01-31 22:35:50 +08:00
|
|
|
run: bash ./bt.sh
|