CodenameOne icon indicating copy to clipboard operation
CodenameOne copied to clipboard

Pull requests trigger the Java CI workflow even though it's limited to master push

Open shai-almog opened this issue 5 years ago • 2 comments

When submitting a new PR github actions correctly runs pr.yml labeled as "PR CI". But it also runs "Java CI" (ant.yml) which shouldn't be run as it's marked to only run on push to master. This creates a sense that a PR isn't passing CI and wastes CI resources. The CI fails because secrets aren't available to pull requests.

shai-almog avatar Aug 12 '20 14:08 shai-almog

Hi, I'd like to work on this if it hasn't been taken care of already. Could I get it assigned to me?

ryotabs avatar Oct 29 '21 21:10 ryotabs

I'm not sure if this is still happening.

shai-almog avatar Oct 30 '21 06:10 shai-almog