-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from albttx/main
- Loading branch information
Showing
154 changed files
with
38,401 additions
and
114 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: Backup testnets | ||
|
||
on: | ||
# allow to run workflow manually | ||
workflow_dispatch: {} | ||
|
||
# Triggers the workflow every day at 1am | ||
schedule: | ||
- cron: "0 1 * * *" | ||
|
||
jobs: | ||
backup: | ||
name: "backup ${{ matrix.testnet }}" | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 30 | ||
|
||
permissions: | ||
contents: write | ||
|
||
strategy: | ||
fail-fast: false | ||
max-parallel: 1 | ||
matrix: | ||
testnet: | ||
- test2.gno.land | ||
- test3.gno.land | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Run backup script | ||
run: make -C ${{ matrix.testnet }} fetch | ||
|
||
- name: Run stats script | ||
run: make -C ${{ matrix.testnet }} stats | ||
|
||
- name: Run git pull | ||
run: git pull | ||
|
||
- uses: stefanzweifel/git-auto-commit-action@v5 | ||
with: | ||
commit_message: "chore: update ${{ matrix.testnet }} backup" |
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "latest_block_height": 1 } |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
## TXs | ||
``` | ||
36890 | ||
36968 | ||
``` | ||
|
||
## addpkgs | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.