Skip to content

Commit

Permalink
chore(ci): cleanup auto generated file workflow MONGOSH-1927 (#2281)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev authored Nov 26, 2024
1 parent 04b1e63 commit eb28be1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cron-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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

0 comments on commit eb28be1

Please sign in to comment.