Skip to content

Commit

Permalink
ci: kill stuck deployment attempts after 2 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
danielattilasimon committed May 3, 2024
1 parent 7c10422 commit fd64bdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testnet-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Run deployment tool
working-directory: ./contracts
run: ./deploy liquity-testnet --verify
timeout-minutes: 2
env:
DEPLOYER: ${{ secrets.DEPLOYER }}

Expand Down

0 comments on commit fd64bdb

Please sign in to comment.