Skip to content

Commit

Permalink
Merge pull request #5 from lidofinance/feature/update_workflows
Browse files Browse the repository at this point in the history
feat: update workflows
  • Loading branch information
DiRaiks authored Aug 9, 2023
2 parents 1baa325 + 11b3f26 commit ab9cdbe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
branches:
- develop
paths-ignore:
- ".github/**"
- "test/**"
- '.github/**'
- 'test/**'

permissions:
contents: read
Expand All @@ -26,9 +26,9 @@ jobs:
env:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
TARGET_REPO: "lidofinance/infra-mainnet"
TARGET_WORKFLOW: "deploy_testnet_staking_widget_ts.yaml"
TARGET: "develop"
TARGET_REPO: 'lidofinance/infra-mainnet'
TARGET_WORKFLOW: 'deploy_testnet_ethereum_staking_widget.yaml'
TARGET: 'develop'

tests:
needs: deploy
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
env:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
TARGET_REPO: "lidofinance/infra-mainnet"
TAG: "${{ github.event.release.tag_name }}"
TARGET_WORKFLOW: "build_critical_staking_widget_ts.yaml"
TARGET_REPO: 'lidofinance/infra-mainnet'
TAG: '${{ github.event.release.tag_name }}'
TARGET_WORKFLOW: 'build_critical_ethereum_staking_widget.yaml'
10 changes: 5 additions & 5 deletions .github/workflows/ci-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
branches:
- main
paths-ignore:
- ".github/**"
- "test/**"
- '.github/**'
- 'test/**'

permissions:
contents: read
Expand All @@ -26,9 +26,9 @@ jobs:
env:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
TARGET_REPO: "lidofinance/infra-mainnet"
TARGET_WORKFLOW: "deploy_staging_critical_staking_widget_ts.yaml"
TARGET: "main"
TARGET_REPO: 'lidofinance/infra-mainnet'
TARGET_WORKFLOW: 'deploy_staging_critical_ethereum_staking_widget.yaml'
TARGET: 'main'

tests:
needs: deploy
Expand Down

0 comments on commit ab9cdbe

Please sign in to comment.