From eb274d2cc11c39b5011f4eca30777aab7b231da7 Mon Sep 17 00:00:00 2001 From: Peter Ped Helcmanovsky Date: Thu, 26 Sep 2024 00:18:43 +0200 Subject: [PATCH] CI GA: new toy - create hercules_charts.yml --- .github/workflows/hercules_charts.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/hercules_charts.yml diff --git a/.github/workflows/hercules_charts.yml b/.github/workflows/hercules_charts.yml new file mode 100644 index 00000000..d094e136 --- /dev/null +++ b/.github/workflows/hercules_charts.yml @@ -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