Skip to content

Commit

Permalink
ci: disable test and commitlint jobs for release pr
Browse files Browse the repository at this point in the history
  • Loading branch information
tsufiev committed Jan 4, 2022
1 parent 97fb345 commit da80479
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:

jobs:
commitlint:
if: github.actor != 'yc-ui-bot'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -14,6 +15,7 @@ jobs:
- run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose

test:
if: github.actor != 'yc-ui-bot'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit da80479

Please sign in to comment.