CompatHelper.jl icon indicating copy to clipboard operation
CompatHelper.jl copied to clipboard

CompatHelper runs on fork

Open giordano opened this issue 4 years ago • 3 comments

GitHub Actions used to run by default in all forks, so also CompatHelper is running there.

While in most cases this is a huge waste of resources -- and in fact now the default is to not run Actions in forks --, I think there might be some cases where it is legitimate to run CompatHelper in a fork, so I'm not sure how this should be best dealt with.

giordano avatar Jun 11 '20 01:06 giordano

I think this is resolved now, right? GitHub no longer runs actions by default in forks?

DilumAluthge avatar May 08 '21 00:05 DilumAluthge

GitHub no longer runs actions by default in forks?

I don't think that's true

giordano avatar May 08 '21 00:05 giordano

I guess we could have a keyword argument run_on_fork with a default value of false.

DilumAluthge avatar May 08 '21 00:05 DilumAluthge