Skip to content

Commit 6a46636

Browse files
remove useless draft PR CI, add workflow dispatch
1 parent c4a549b commit 6a46636

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/inox-CI.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Inox CI
22
on:
3+
workflow_dispatch:
34
pull_request:
45
push:
56
branches:
@@ -42,9 +43,3 @@ jobs:
4243
run: sbt -Dtest-parallelism=10 -batch it:test
4344
- name: Clean up
4445
run: rm -rf $JAVA_OPTS_TMP_DIR
45-
fail_if_pull_request_is_draft:
46-
if: github.event.pull_request.draft == true
47-
runs-on: [self-hosted, linux]
48-
steps:
49-
- name: Fails in order to indicate that pull request needs to be marked as ready to review and tests workflows need to pass.
50-
run: exit 1

0 commit comments

Comments
 (0)