Skip to content

Commit

Permalink
Merge pull request #99 from lidofinance/feat/move_to_critical
Browse files Browse the repository at this point in the history
feat: move to critical
  • Loading branch information
br3d authored May 23, 2023
2 parents aecc3dc + 8ecb436 commit 92de9e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
TARGET_REPO: "lidofinance/infra-mainnet"
TAG: "${{ github.event.release.tag_name }}"
TARGET_WORKFLOW: "build_mainnet_dao_voting_ui.yaml"
TARGET_WORKFLOW: "build_critical_dao_voting_ui.yaml"
2 changes: 1 addition & 1 deletion .github/workflows/ci-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
TARGET_REPO: "lidofinance/infra-mainnet"
TARGET_WORKFLOW: "deploy_staging_mainnet_dao_voting_ui.yaml"
TARGET_WORKFLOW: "deploy_staging_critical_dao_voting_ui.yaml"
TARGET: "main"

0 comments on commit 92de9e3

Please sign in to comment.