We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a549b commit 6a46636Copy full SHA for 6a46636
.github/workflows/inox-CI.yml
@@ -1,5 +1,6 @@
1
name: Inox CI
2
on:
3
+ workflow_dispatch:
4
pull_request:
5
push:
6
branches:
@@ -42,9 +43,3 @@ jobs:
42
43
run: sbt -Dtest-parallelism=10 -batch it:test
44
- name: Clean up
45
run: rm -rf $JAVA_OPTS_TMP_DIR
- 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