github.com/getgauge/gauge@v1.6.9/.github/workflows/poll_for_benchmark.yml (about)

     1  name: Poll for Benchmarks on open PRs
     2  
     3  on:
     4    schedule:
     5      - cron: '*/15 * * * *'
     6  
     7  jobs:
     8    publish_benchmark:
     9      runs-on: ubuntu-latest
    10      steps:
    11        - name: publish benchmark
    12          uses: getgauge-contrib/artifact_as_comment@master
    13          with:
    14            workflow_file_name: ".github/workflows/tests.yml"
    15            artifact_name: "benchmark"
    16            file_name: "results.md"