Poll for Benchmarks on open PRs #137639
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Poll for Benchmarks on open PRs | |
on: | |
schedule: | |
- cron: '*/15 * * * *' | |
jobs: | |
publish_benchmark: | |
runs-on: ubuntu-latest | |
steps: | |
- name: publish benchmark | |
uses: getgauge-contrib/artifact_as_comment@master | |
with: | |
workflow_file_name: ".github/workflows/tests.yml" | |
artifact_name: "benchmark" | |
file_name: "results.md" |