Skip to content

[TEST] action to test new pool #3

[TEST] action to test new pool

[TEST] action to test new pool #3

Workflow file for this run

name: Test GH Pool
on: pull_request
permissions: {}
jobs:
test-gh-pool:
strategy:
matrix:
runs-on: [ubuntu-latest, azsdk-pool-github-test]
runs-on: ${{ matrix.runs-on }}
steps:
- name: hello
run: echo hello
test-gh-pool-2:
runs-on:
[
"self-hosted",
"1ES.Pool=azsdk-pool-github-runners",
"JobId=azsdk-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}",
]
steps:
- name: hello
run: echo hello