Skip to content

Commit

Permalink
Merge branch 'master' into 232-problem-add-doc-for-best-practises-for…
Browse files Browse the repository at this point in the history
…-node-hosts
  • Loading branch information
lezzokafka authored Jul 12, 2022
2 parents 17c036c + 5775926 commit 9621460
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/chain-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ jobs:
runs-on: ubuntu-22.04
if: >-
github.event_name == 'push' || github.event_name == 'pull_request' || (github.event.comment.body == '/staging' &&
(github.actor == 'allthatjazzleo' || github.actor == 'tomtau' || github.actor == 'lezzokafka' || github.actor == 'yihuang' ||
github.actor == 'calvinaco' || github.actor == 'devashishdxt' ||
github.actor == 'leejw51crypto' || github.actor == 'cdc-Hitesh' || github.actor == 'crypto-matto' ||
github.actor == 'borischeuk-crypto' || github.actor == 'mofhusseini' || github.actor == 'cdc-william' || github.actor == 'ysong42'))
(github.actor == 'allthatjazzleo' || github.actor == 'lezzokafka'|| github.actor == 'aw126'))
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -38,11 +35,7 @@ jobs:
runs-on: ubuntu-22.04
needs: scan
if: >-
github.event_name == 'push' || (github.event.comment.body == '/staging' && (github.actor == 'allthatjazzleo' || github.actor == 'tomtau' ||
github.actor == 'lezzokafka' || github.actor == 'yihuang' || github.actor == 'calvinaco' ||
github.actor == 'devashishdxt' || github.actor == 'leejw51crypto' ||
github.actor == 'cdc-Hitesh' || github.actor == 'crypto-matto' ||
github.actor == 'borischeuk-crypto' || github.actor == 'mofhusseini' || github.actor == 'cdc-william' || github.actor == 'ysong42'))
github.event_name == 'push' || (github.event.comment.body == '/staging' && (github.actor == 'allthatjazzleo' || github.actor == 'lezzokafka'|| github.actor == 'aw126'))
steps:
- name: Github API Request
id: request
Expand Down

0 comments on commit 9621460

Please sign in to comment.