Skip to content

Commit

Permalink
remove matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jjavieralv authored Jul 16, 2024
1 parent 38a6c32 commit 1be0846
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy_fleek.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,8 @@ jobs:
if: github.ref == 'refs/heads/develop'
strategy:
matrix:
environment: ["RINKEBY", "STAGING"]
environment: ["STAGING"]
include:
- environment: "RINKEBY"
fleekfile: "rinkeby.json"
environment_name: "rinkeby"
subgraph_name: ""
- environment: "STAGING"
fleekfile: "staging.json"
environment_name: "staging"
Expand Down

0 comments on commit 1be0846

Please sign in to comment.