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 3769520 commit 39f39d4Copy full SHA for 39f39d4
.github/workflows/spark.yaml
@@ -40,7 +40,6 @@ concurrency:
40
jobs:
41
test:
42
runs-on: ubuntu-20.04
43
- if: ${{ !contains(github.event.pull_request.title, 'WIP') && github.event.pull_request.draft == false }}
44
env:
45
GAR_TEST_DATA: ${{ github.workspace }}/graphar-testing/
46
strategy:
@@ -187,4 +186,4 @@ jobs:
187
186
188
scripts/build.sh ${{ matrix.mvn-profile }}
189
190
- scripts/run-ldbc-sample2graphar.sh
+ scripts/run-ldbc-sample2graphar.sh
0 commit comments