Skip to content

Commit

Permalink
Yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Apr 10, 2024
1 parent 41732d2 commit b0006e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Deploy the contracts + app
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
DEPLOY_CONTRACTS: 'no'
DEPLOY_CONTRACTS: no
on:
push:
branches: [deploy-contracts-and-app]
branches: ["deploy-contracts-and-app"]
paths:
- ".github/workflows/deploy-testnet.yml"
- "contracts/**"
Expand All @@ -22,7 +22,7 @@ concurrency:
jobs:
deploy-contracts:
name: Deploy contracts to the Liquity v2 Testnet
if: ${{ env.DEPLOY_CONTRACTS != 'no' }}
if: ${{ env.DEPLOY_CONTRACTS != "no" }}
runs-on: ubuntu-latest
steps:
- name: Git checkout
Expand Down

0 comments on commit b0006e7

Please sign in to comment.