Skip to content

chore: test run

chore: test run #31

Workflow file for this run

name: 'Run benchmark'
on: # rebuild any PRs and main branch changes
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Create new file to simulate change and test it's committing/pushing
- name: Create new file
run: |
echo "test" > test.txt
- name: Commit and push changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Update performance results in README.md"