diff options
author | Christian Segundo | 2023-04-30 23:53:34 +0200 |
---|---|---|
committer | Christian Segundo | 2023-04-30 23:53:34 +0200 |
commit | a70dc1c70335733c1fb816152ae7b92d6b2e8f7f (patch) | |
tree | 9a4ac1424573bbfc80a436591e252b757161bedf | |
parent | 3917dac9f51c07c645f2bcdfc1a6a6ccaf902caf (diff) | |
download | advent-of-zig-2022-a70dc1c70335733c1fb816152ae7b92d6b2e8f7f.tar.gz |
-rw-r--r-- | .github/workflows/benchmark.yml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml deleted file mode 100644 index f8dbc2b..0000000 --- a/.github/workflows/benchmark.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Run benchmarks - -on: - workflow_dispatch: - -jobs: - update: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - ref: ${{ github.ref }} - fetch-depth: 0 - - run: make docker-benchmark - - run: | - git config user.email 'actions@github.com' - git config user.name 'github-actions' - if git commit -am ':robot: Update README.md'; then - git push origin HEAD:${{ github.ref }} - fi |