Use create-pull-request v2#112
Conversation
This reverts commit 402e86d.
Codecov Report
@@ Coverage Diff @@
## master #112 +/- ##
==========================================
- Coverage 80.34% 78.88% -1.47%
==========================================
Files 8 8
Lines 407 412 +5
==========================================
- Hits 327 325 -2
- Misses 80 87 +7
Continue to review full report at Codecov.
|
Benchmark resultJudge resultBenchmark Report for /home/runner/work/ThreadsX.jl/ThreadsX.jlJob Properties
ResultsA ratio greater than
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoTargetBaselineTarget resultBenchmark Report for /home/runner/work/ThreadsX.jl/ThreadsX.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoBaseline resultBenchmark Report for /home/runner/work/ThreadsX.jl/ThreadsX.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoRuntime information
|
Using SSH-based configuration (which quires create-pull-request v2) so that commits from this workflow will trigger actions. With `ssh-key` is passed to actions/checkout@v2, git commands cannot be used inside docker anymore (tkf/julia-merge-except-manifests@v1). So, just inlining the script for now. This is based on: tkf/ThreadsX.jl#112 tkf/ThreadsX.jl#114 tkf/ThreadsX.jl#115
Trying to fix #100 (comment)
Commit Message
Use create-pull-request v2 (#112)
Using SSH-based configuration (which quires create-pull-request v2) so
that (hopefully) commits from this workflow will trigger actions.
With
ssh-keyis passed to actions/checkout@v2, git commands cannotbe used inside docker anymore (tkf/julia-merge-except-manifests@v1).
So, just inlining the script for now.