Skip to content

Commit 75eca69

Browse files
committed
[TEST] action to test new pool
1 parent 9cef0d9 commit 75eca69

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/test-gh-pool.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Test GH Pool
2+
3+
on: pull_request
4+
5+
permissions: {}
6+
7+
jobs:
8+
test-gh-pool:
9+
strategy:
10+
matrix:
11+
runs-on: [ubuntu-latest, azsdk-pool-github-test]
12+
runs-on: ${{ matrix.runs-on }}
13+
steps:
14+
- name: hello
15+
run: echo hello

0 commit comments

Comments
 (0)