Skip to content

Commit

Permalink
Merge pull request #132 from lidofinance/chore/change_wfs_to_critical
Browse files Browse the repository at this point in the history
[CI] Switch workfklows
  • Loading branch information
choooze authored May 19, 2023
2 parents eebd0b2 + 814bd68 commit 28357e4
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 @@ -44,4 +44,4 @@ jobs:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
TARGET_REPO: "lidofinance/infra-mainnet"
TAG: "${{ steps.tag_name.outputs.TAG }}"
TARGET_WORKFLOW: "build_mainnet_council_daemon_staking_router.yaml"
TARGET_WORKFLOW: "build_critical_council_daemon_staking_router.yaml"
2 changes: 1 addition & 1 deletion .github/workflows/ci-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
TARGET_REPO: "lidofinance/infra-mainnet"
TARGET_WORKFLOW: "deploy_staging_mainnet_council_daemon_staking_router.yaml"
TARGET_WORKFLOW: "deploy_staging_critical_council_daemon_staking_router.yaml"
TARGET: "main"

0 comments on commit 28357e4

Please sign in to comment.