diff --git a/.github/workflows/cicd-qa.yml b/.github/workflows/cicd-qa.yml new file mode 100644 index 0000000000..ddd385e67b --- /dev/null +++ b/.github/workflows/cicd-qa.yml @@ -0,0 +1,28 @@ +name: cicd-qa + +on: + pull_request: + types: + - opened + - synchronize + branches: + - dike* + - bsc/v* + paths-ignore: + - 'docs/**' + - 'README.md' + +jobs: + cicd-qa: + uses: node-real/github-workflows/.github/workflows/cicd-qa-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,