Skip to content

Commit

Permalink
keep it live for xprt
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet2019 committed Jul 29, 2024
1 parent ea7e2bd commit 3360121
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions .github/workflows/mainnet-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,32 +166,32 @@ jobs:
# FN: "DO_TX"
# HOST_CHAIN: "agoric"
#
# liquidstake-persistence-valset:
# if: github.event.schedule == '10 13 * * *'
# environment: prod
# runs-on: ubuntu-latest
#
# strategy:
# matrix:
# node-version: [ 16.x ]
#
# steps:
# - uses: actions/checkout@v3
# - name: Use Node.js ${{ matrix.node-version }}
# uses: actions/setup-node@v3
# with:
# node-version: ${{ matrix.node-version }}
# cache: 'npm'
# cache-dependency-path: ./package-lock.json
# - name: Install dependencies
# run: npm ci
# - name: Run get data to make weights
# run: npm run smartstake-update-valset-weights-xprt
# env:
# FN: "GET_DATA"
# HOST_CHAIN: "persistence"
# - name: Run do txn
# run: npm run smartstake-update-valset-weights-xprt
# env:
# FN: "DO_TX"
# HOST_CHAIN: "persistence"
liquidstake-persistence-valset:
if: github.event.schedule == '10 13 * * *'
environment: prod
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [ 16.x ]

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: ./package-lock.json
- name: Install dependencies
run: npm ci
- name: Run get data to make weights
run: npm run smartstake-update-valset-weights-xprt
env:
FN: "GET_DATA"
HOST_CHAIN: "persistence"
- name: Run do txn
run: npm run smartstake-update-valset-weights-xprt
env:
FN: "DO_TX"
HOST_CHAIN: "persistence"

0 comments on commit 3360121

Please sign in to comment.