mbien commented on PR #7765:
URL: https://github.com/apache/netbeans/pull/7765#issuecomment-2362550484

   > If I remember correctly we currently don't have actions that run 
independently of PRs, but what happens when github.event.pull_request is not 
set then? Will it blow or just result in the name dev-build_?
   
   right. The dev-build step is currently only label-activated, this would mean 
that the code path would only run with PR context.
   
   I could try something like this though to cover the "what if" scenario:
   `dev-build_${{github.event.pull_request.number || github.run_id}}`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to