From f7ef285358f2d408e19c8cb06c612055aa7e8c6a Mon Sep 17 00:00:00 2001 From: lesfox Date: Tue, 31 Jan 2023 22:22:11 +0800 Subject: [PATCH] Create test_Bt.yml --- .github/workflows/test_Bt.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/test_Bt.yml diff --git a/.github/workflows/test_Bt.yml b/.github/workflows/test_Bt.yml new file mode 100644 index 0000000..c4db323 --- /dev/null +++ b/.github/workflows/test_Bt.yml @@ -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