Skip to content

t2-dual-without-tag #205

t2-dual-without-tag

t2-dual-without-tag #205

name: 't2-dual-without-tag'
on:
workflow_dispatch:
jobs:
testJob:
runs-on: [
"self-hosted",
"anka",
"anka-template:d792c6f6-198c-470f-9526-9c998efe7ab4",
]
steps:
- uses: actions/checkout@v3
- run: |
ls -laht
sw_vers
hostname
echo "123"
testJob2:
runs-on: [
"self-hosted",
"anka",
"anka-template:6abae54f-025d-4a27-b5eb-b985d5eddac9",
]
steps:
- uses: actions/checkout@v3
- run: |
ls -laht
sw_vers
hostname
echo "123"