From eb28be15b8347347b85d5b90c68b317b46bbf22d Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Tue, 26 Nov 2024 12:53:24 +0100 Subject: [PATCH] chore(ci): cleanup auto generated file workflow MONGOSH-1927 (#2281) --- .github/workflows/cron-tasks.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cron-tasks.yml b/.github/workflows/cron-tasks.yml index 0a3c7dcd2..fa4eea5e5 100644 --- a/.github/workflows/cron-tasks.yml +++ b/.github/workflows/cron-tasks.yml @@ -7,7 +7,6 @@ on: push: branches: - main - workflow_dispatch: # This should be removed once the workflow is tested and working jobs: update_generated_files: @@ -39,7 +38,6 @@ jobs: # the whole history to generate the list of AUTHORS fetch-depth: "0" token: ${{ steps.app-token.outputs.token }} - persist-credentials: false - name: Set up Git run: | @@ -92,5 +90,5 @@ jobs: - name: Commit and push run: | - git commit --no-allow-empty -m "chore: update auto-generated files" || true + git commit --no-allow-empty -m "chore: update auto-generated files [skip actions]" || true git push