Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
jhgdike committed Aug 26, 2024
1 parent b3960e6 commit ab65282
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/cicd-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,15 @@ name: cicd-qa

on:
pull_request:
types:
- opened
- synchronize
branches:
- develop
- bsc/v*
paths-ignore:
- 'docs/**'
- 'README.md'

jobs:
cicd-qa:
uses: node-real/github-workflows/.github/workflows/cicd-qa-pr.yml@v1
uses: node-real/github-workflows/.github/workflows/cicd-pr.yml@v1
secrets: inherit
with:
ci-lint-skip: true
ci-test-skip: true
build-platform: linux/amd64
deploy-tag-field: '.bsc-dataseed.image.tag'
# tmp
deploy-path: >
rpc-bsc-qanet-bohr/gatherer,
# rpc-bsc-testnet/gatherer-test2,
# rpc-bsc-mainnet/gatherer,

0 comments on commit ab65282

Please sign in to comment.