diff --git a/.github/workflows/run_armor.yml b/.github/workflows/run_armor.yml index fa28806c..459b2cdd 100644 --- a/.github/workflows/run_armor.yml +++ b/.github/workflows/run_armor.yml @@ -37,7 +37,9 @@ permissions: jobs: RUN-ARMOR: - runs-on: ubuntu-22.04 + runs-on: + group: GHA-fastrpc-Prd-SelfHosted-RG + labels: [ self-hosted, fastrpc-prd-u2404-x64-large-od-ephem ] steps: - uses: actions/checkout@v4 - name: Set event variables @@ -69,4 +71,4 @@ jobs: base-sha: ${{ steps.ev.outputs.base_sha }} ref: ${{ steps.ev.outputs.ref }} repo: ${{ steps.ev.outputs.repo }} - branch-name: ${{ steps.ev.outputs.branch_name }} \ No newline at end of file + branch-name: ${{ steps.ev.outputs.branch_name }}