Skip to content

Commit bb40108

Browse files
feat: add keep alive to advance OIS workflow (#566)
1 parent 5a0d9e1 commit bb40108

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/advance_ois.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,8 @@ jobs:
5656
max_attempts: 50
5757
command: |
5858
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

Comments
 (0)