tejaswini-imply commented on code in PR #13681:
URL: https://github.com/apache/druid/pull/13681#discussion_r1089167430
##########
.github/workflows/reusable-unit-tests.yml:
##########
@@ -11,22 +11,20 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
-# limitations under the License.
+# limitations under the License
-name: (openjdk8) Unit Tests CI
on:
- push:
- branches:
- - master
- - /^\d+\.\d+\.\d+(-\S*)?$/ # release branches
- pull_request:
- branches:
- - master
- - /^\d+\.\d+\.\d+(-\S*)?$/ # release branches
-
-concurrency:
- group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label ||
github.head_ref || github.ref }}'
- cancel-in-progress: true
+ workflow_call:
Review Comment:
Added minor comments, and will add extensive comments once the latest build
passes.
--
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]