Merge pull request #2341 from DARMA-tasking/2340-fix-missing-numpy #381
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@v4 | |
- 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" |