Debug WIP

This commit is contained in:
Allan Jeremy 2022-05-26 14:50:38 +03:00
parent 9b7472be51
commit 2426940854

View file

@ -8,6 +8,15 @@ on:
- "rfcs/**"
- "*.md"
- "prototyping/**"
push:
branches:
- master
paths-ignore:
- "docs/**"
- "papers/**"
- "rfcs/**"
- "*.md"
- "prototyping/**"
jobs:
benchmarks-run:
@ -71,3 +80,8 @@ jobs:
comment-on-alert: true
comment-always: true
github-token: ${{ secrets.BENCH_GITHUB_TOKEN }}
- name: Push benchmark results
if: !!github.event.push
run: |
echo "Pushing benchmark results..."