From a4d917b859772065e194e0ad774fbc0e8217a037 Mon Sep 17 00:00:00 2001 From: belljun3395 <195850@jnu.ac.kr> Date: Mon, 8 Jul 2024 12:07:39 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20batch-cron=20=EC=82=AD=EC=A0=9C=20(#163)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/batch-cron.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/batch-cron.yml diff --git a/.github/workflows/batch-cron.yml b/.github/workflows/batch-cron.yml deleted file mode 100644 index 31bf70e3f..000000000 --- a/.github/workflows/batch-cron.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Batch Cron - -on: - schedule: - # 매 오전 8시에 실행 - - cron: '0 8 * * *' - workflow_dispatch: - -jobs: - code-review: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Run batch - run: | - curl -X 'POST' \ - 'https://api.fewletter.site/batch/article' \ - -H 'accept: application/json' \ - -H 'Content-Type: application/json'