We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb40108 commit d94c5d9Copy full SHA for d94c5d9
1 file changed
.github/workflows/advance_ois.yml
@@ -56,8 +56,3 @@ jobs:
56
max_attempts: 50
57
command: |
58
staking/target/release/staking-cli --keypair key.json --rpc-url https://api.devnet.solana.com/ advance --hermes-url https://hermes.pyth.network/ --wormhole HDwcJBJXjL9FpJ7UBsYBtaDjsBUhuLCUYoz3zr8SWWaQ
59
-
60
- # This is to prevent disabling the workflow after 60 days
61
- - name: Keep Alive
62
- run: |
63
- git commit --allow-empty -m "Successfully advanced OIS on $(date)"
0 commit comments