mbien commented on code in PR #7181:
URL: https://github.com/apache/netbeans/pull/7181#discussion_r1536608902
##########
.github/workflows/main.yml:
##########
@@ -2419,6 +2414,8 @@ jobs:
matrix:
java: [ '17' ]
os: [ 'windows-latest', 'ubuntu-latest' ]
+ exclude:
+ - os: ${{ contains(github.event.pull_request.labels.*.name, 'PHP')
|| contains(github.event.pull_request.labels.*.name, 'ci:all-tests') ||
github.event_name != 'pull_request' }} && 'nothing' || 'windows-latest' }}
Review Comment:
~ok this already doesn't work. let me check what is wrong there (oops, copy
paste mistake, the brackets are wrong)~
edit: works now:
- https://github.com/apache/netbeans/actions/runs/8401286099?pr=7181 did
only run on linux
- todo: check with PHP label
--
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