Skip to content

Commit

Permalink
cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
jhgdike committed Aug 26, 2024
1 parent 45c933c commit 424cff1
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/cicd-qa.yml
Original file line number Diff line number Diff line change
@@ -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,

0 comments on commit 424cff1

Please sign in to comment.