Skip to content

Commit

Permalink
Disabled testing and sentiment analysis for draft
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Nov 23, 2020
1 parent d1694a7 commit 1afa3cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
release:
if: github.event.pull_request.draft == false
name: 'Run tests'
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sentiment-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
- edited
jobs:
test:
if: github.event.pull_request.draft == false
name: Checking sentiments
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1afa3cb

Please sign in to comment.