Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Nov 26, 2024
1 parent 2e2775b commit fa75a40
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 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 All @@ -33,7 +32,7 @@ jobs:
- uses: actions/checkout@v4
with:
# don't checkout a detatched HEAD
ref: main # TODO: change to {{ github.head_ref }}
ref: ${{ github.head_ref }}

# this is important so git log can pick up on
# the whole history to generate the list of AUTHORS
Expand Down Expand Up @@ -91,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 fa75a40

Please sign in to comment.