From 568d4d117c6f6832fbc884487dbde3c55aa49cc1 Mon Sep 17 00:00:00 2001 From: marsares1988 <78068909+marsares1988@users.noreply.github.com> Date: Wed, 27 Jan 2021 16:34:23 +0800 Subject: [PATCH 1/5] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 162a70fd..ffbb073c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ on: pull_request: branches: [ main ] schedule: - - cron: '0 23 * * *' + - cron: '0 5 * * *' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -38,4 +38,4 @@ jobs: env: COOKIES: ${{ secrets.SMZDM_COOKIE }} SERVERCHAN_SECRETKEY: ${{ secrets.SERVERCHAN_SECRETKEY }} - run: python main.py #>SMZDM_Bot.log \ No newline at end of file + run: python main.py #>SMZDM_Bot.log From 943d2b177c6cfbe3e27d26528715f334de9ad4bc Mon Sep 17 00:00:00 2001 From: marsares1988 <78068909+marsares1988@users.noreply.github.com> Date: Wed, 27 Jan 2021 22:39:29 +0800 Subject: [PATCH 2/5] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ffbb073c..a0c80bb0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ on: pull_request: branches: [ main ] schedule: - - cron: '0 5 * * *' + - cron: '0 23 * * *' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: From 2bd1b957761dc35150b8649c09d0315f87821b0a Mon Sep 17 00:00:00 2001 From: marsares1988 <78068909+marsares1988@users.noreply.github.com> Date: Wed, 27 Jan 2021 23:03:49 +0800 Subject: [PATCH 3/5] Create main1.yml --- .github/workflows/main1.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/main1.yml diff --git a/.github/workflows/main1.yml b/.github/workflows/main1.yml new file mode 100644 index 00000000..7855d5e9 --- /dev/null +++ b/.github/workflows/main1.yml @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the action will run. +on: + # Triggers the workflow on push or pull request events but only for the main branch + push: + branches: [ main ] + pull_request: + branches: [ main ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From 02377f9077fc08e1e8b7758d43fe574f2cc8bac5 Mon Sep 17 00:00:00 2001 From: marsares1988 <78068909+marsares1988@users.noreply.github.com> Date: Wed, 27 Jan 2021 23:47:28 +0800 Subject: [PATCH 4/5] Delete main1.yml --- .github/workflows/main1.yml | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 .github/workflows/main1.yml diff --git a/.github/workflows/main1.yml b/.github/workflows/main1.yml deleted file mode 100644 index 7855d5e9..00000000 --- a/.github/workflows/main1.yml +++ /dev/null @@ -1,36 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: CI - -# Controls when the action will run. -on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [ main ] - pull_request: - branches: [ main ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Add other actions to build, - echo test, and deploy your project. From 9053d6c290c7dbdf9d5b449f88a8511bae0d3206 Mon Sep 17 00:00:00 2001 From: marsares1988 <78068909+marsares1988@users.noreply.github.com> Date: Thu, 28 Jan 2021 00:31:12 +0800 Subject: [PATCH 5/5] main.yml main --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a0c80bb0..911fd539 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ on: pull_request: branches: [ main ] schedule: - - cron: '0 23 * * *' + - cron: '0 22 * * *' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: