From a9e3372a462747a0eb80cedb912f94d544dd9286 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 16 Mar 2025 07:12:10 +0300 Subject: [PATCH] Update format.yml --- .github/workflows/format.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 2e6ae7863..5b1a450c9 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -1,13 +1,16 @@ name: format on: workflow_dispatch: - pull_request: - types: [closed] - branches: - - master + # pull_request: + # types: [closed] + # branches: + # - master + # schedule: + # - cron: "0 12 * * *" jobs: on_trigger: - if: github.event_name == 'workflow_dispatch' + # if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }} + if: ${{ github.event_name == 'workflow_dispatch' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v4