Skip to content

Commit

Permalink
CI GA: new toy - create hercules_charts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ped7g authored Sep 25, 2024
1 parent f251aeb commit eb274d2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/hercules_charts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
on:
push:
branches:
- master
schedule:
- cron: "0 5 * * *"

jobs:
hercules-charts:
runs-on: ubuntu-latest
name: Hercules Insights, charts generated by src-d/hercules
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: Hercules Insights
uses: src-d/hercules@latest
# with:
# # hercules command line arguments
# args: # optional, default is --burndown --burndown-people --devs --couples
- uses: actions/upload-artifact@master
with:
name: hercules_charts
path: hercules_charts.tar

0 comments on commit eb274d2

Please sign in to comment.