From 9441adc2512b002ccee937c371fcdc18cd4f0033 Mon Sep 17 00:00:00 2001 From: Peter Ped Helcmanovsky Date: Thu, 26 Sep 2024 00:22:21 +0200 Subject: [PATCH] CI GA: Update hercules_charts.yml --- .github/workflows/hercules_charts.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/hercules_charts.yml b/.github/workflows/hercules_charts.yml index d094e136..ddfd063d 100644 --- a/.github/workflows/hercules_charts.yml +++ b/.github/workflows/hercules_charts.yml @@ -1,20 +1,20 @@ +name: Hercules Insights, charts generated by src-d/hercules + on: push: - branches: - - master + 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 + uses: src-d/hercules@master # with: # # hercules command line arguments # args: # optional, default is --burndown --burndown-people --devs --couples