Merge pull request #2290 from DARMA-tasking/2288-header-guards-genera… #358
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: Build statistics | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Generate build stats | |
uses: DARMA-tasking/build-stats@master | |
with: | |
github_personal_token: ${{ secrets.GH_PAT }} | |
badge_title: vt:develop build time | |
num_last_build: 50 | |
title: vt build times | |
build_stats_output: "build_stats" |