NTP-28802 | fix hard release tele workflow (#1071)

This commit is contained in:
Madhur Patle
2025-01-22 13:32:45 +05:30
committed by GitHub

View File

@@ -44,7 +44,7 @@ on:
jobs:
generate_build:
runs-on: [ default ]
runs-on: ${{ inputs.runnerType }}
steps:
- name: Checkout
uses: actions/checkout@v2