Skip to content

Commit

Permalink
chore: fix testnet deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed Aug 9, 2024
1 parent bebd274 commit 4349a86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ jobs:
with:
ref: testnet

- id: configure
name: configure
run: git config pull.ff true

- id: pull-staging
name: Pull latest 'staging'
run: git pull --ff-only origin staging
run: git pull origin staging

- id: diff-check
name: Check if 'testnet' is behind 'staging'
Expand Down

0 comments on commit 4349a86

Please sign in to comment.