Skip to content

Commit

Permalink
ci: rebase before committing results (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Nov 20, 2024
1 parent 3a58f79 commit fc9677c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
push-branch: 'master'
commit-message: 'chore: update benchmark results'
force-add: 'true'
rebase: 'true'
files: benchmark-results.json README.md
name: Github Actions
email: <>
4 changes: 3 additions & 1 deletion .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Check out repo
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4
Expand All @@ -40,6 +41,7 @@ jobs:
push-branch: 'master'
commit-message: 'chore: update metrics results'
force-add: 'true'
rebase: 'true'
files: METRICS.md
name: Github Actions
email: <>

0 comments on commit fc9677c

Please sign in to comment.