Filippos Christou
Filippos Christou
I got the workflow chain to work, but BenchmarkCI.jl is failing. The problem is that BenchmarkCI.jl is engineered such that it uses the current github workflow event to receive the...
@gdalle I am having some permission issue in the Graphs.jl repo. The same workflow works for my fork [Trivial change, test PR · filchristou/Graphs.jl@f0c892d · GitHub](https://github.com/filchristou/Graphs.jl/actions/runs/8050289688/job/21985580539) but doesn't in JuliaGraphs...
yeah. sorry for the noise. I will be playing around for a while. I am not satisfied with the logging public PR benchmarks in the workflow so I am investigating...
probably it is worth a chance. Now I am considering a chain of workflows as described here: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_run
I don't get what's the practical difference between `pull_request` and `pull_request_target`. An activity type of the `pull_request_target` is `opened` which I guess is the default created PR ? Also the...
@gdalle Okey. it seems that the `workflow_run` thingy [will only work if that file is in the "default branch"](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_run). For Graphs.jl [that is the master](https://github.com/JuliaGraphs/Graphs.jl/branches). > Note: This event will...
okey. yes I will join
I will probably merge to master before the community call. After you can use that for benchmarks and talk further.
this functionality is transferred in [NestedGraphsIO.jl](https://github.com/UniStuttgart-IKR/NestedGraphsIO.jl). `NestedGraphsIO.jl` is still an unregistred package because #51 is pending.
yes, can we close this ?