apache / pekko

Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala
https://pekko.apache.org/
Apache License 2.0
1.17k stars 139 forks source link

fix startsWith condition in nightly-builds.yml #1331

Closed pjfanning closed 3 months ago

pjfanning commented 3 months ago

I accidentally changed the condition from != to startsWith in https://github.com/apache/pekko/pull/1329

Needs to be 'not startsWith'.