Skip to content

Commit 1afa3cb

Browse files
author
jonaslagoni
committed
Disabled testing and sentiment analysis for draft
1 parent d1694a7 commit 1afa3cb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pull-request-testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
release:
9+
if: github.event.pull_request.draft == false
910
name: 'Run tests'
1011
runs-on: ubuntu-latest
1112
steps:

.github/workflows/sentiment-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ on:
2323
- edited
2424
jobs:
2525
test:
26+
if: github.event.pull_request.draft == false
2627
name: Checking sentiments
2728
runs-on: ubuntu-latest
2829
steps:

0 commit comments

Comments
 (0)