Skip to content

Commit

Permalink
dashboards backup (#13192)
Browse files Browse the repository at this point in the history
Update comments and rename the final step.
  • Loading branch information
michelemodolo authored Dec 20, 2024
1 parent ee9d3fc commit c095292
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/backups-dashboards.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Author: [email protected]
# Maintainers: [email protected]
# Description: This workflow is responsible for backing up the dashboards of the Erigon project.
# Status: Mergeable for testing
# Status: Production (further improvements are planned though)

name: Dashboards backup

Expand All @@ -23,7 +23,7 @@ on:

jobs:
#
# NOTE: This workflow splits the backup process in 3 jobs even though 2 (or even 1 if you're particularly naive) would have been enough. I decided to do that just as a reference for passing data between jobs. The overhead is minimal.
# NOTE: This workflow splits the backup process in 2 jobs to spot any pulling issue early on
#
preparation:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -85,12 +85,12 @@ jobs:
/tmp/dashboard-backup ${{ matrix.dashboard }}

pulizie_di_primavera:
housekeeping:
needs: [preparation, backup_dashboard]
runs-on: ubuntu-latest
if: always()
steps:
- name: housekeeping
- name: cleaning up
uses: geekyeggo/delete-artifact@v2
with:
name: |
Expand Down

0 comments on commit c095292

Please sign in to comment.