From ddcfb1d838616feace6489a1584934e7a8399ada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B8=A2=E4=BD=8E=E5=90=B8?= Date: Sat, 8 Jul 2023 07:03:21 +0000 Subject: [PATCH] github action rename jobs --- .github/workflows/tw165.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tw165.yml b/.github/workflows/tw165.yml index 590750d..0ab53e1 100644 --- a/.github/workflows/tw165.yml +++ b/.github/workflows/tw165.yml @@ -2,12 +2,11 @@ name: TW165 on: schedule: - # * is a special character in YAML so you have to quote this string - cron: '0 0 * * *' workflow_dispatch: jobs: - auto_close_issues: + update_165_data: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3