Skip to content

Commit

Permalink
fix(ci/cd): disable contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
koromerzhin committed Jan 24, 2023
1 parent f4ed969 commit a3ebf7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,4 @@ jobs:
- name: 'Waiting'
run: npm run docker:waiting
- name: linter readme.md
run: npm run lint:markdown
- name: Check contributors
if: github.ref == 'refs/heads/develop'
run: npx all-contributors check
run: npm run lint:markdown
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"docker:getpull-image": "korojscommands docker_getpull-image",
"docker:ls": "korojscommands docker_ls",
"docker:waiting": "korojscommands docker_waiting --status running --container front back",
"exec": "npm-run-all bdd:mariadb docker:getpull-image docker:deploy docker:waiting docker:ls",
"exec": "npm-run-all docker:getpull-image docker:deploy docker:waiting docker:ls",
"lint:markdown": "markdownlint README.md"
},
"repository": {
Expand Down

0 comments on commit a3ebf7c

Please sign in to comment.