From d74ef229658feaead16355057f6b85fd365656bf Mon Sep 17 00:00:00 2001 From: Sakan Date: Wed, 19 Jun 2024 15:24:35 +0700 Subject: [PATCH] v1.0.1 - Updated README.md - Adjusted tests --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/python-app.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f24b422..9cd7ae7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,8 +16,8 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] - schedule: - - cron: '0 0 * * *' +# schedule: +# - cron: '0 0 * * *' jobs: analyze: diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 317d2d8..9b9d97e 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -5,8 +5,8 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] - schedule: - - cron: '0 0 * * *' +# schedule: +# - cron: '0 0 * * *' permissions: contents: read