Skip to content

Commit

Permalink
Merge branch 'main' of github.com:testflows/TestFlows-GitHub-Hetzner-…
Browse files Browse the repository at this point in the history
…Runners
  • Loading branch information
vzakaznikov committed Oct 10, 2023
2 parents 200e803 + 3fc5cc9 commit 48bc511
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ jobs:
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."

# Explore-GitHub-Actions-with-Docker:
# runs-on: [self-hosted, image-x86-app-docker-ce]
# steps:
# - run: docker run hello-world
# Explore-GitHub-Actions-with-Docker:
# runs-on: [self-hosted, image-x86-app-docker-ce, type-cpx11]
# steps:
# - run: docker run hello-world

# Explore-GitHub-Actions-with-Docker-on-ARM64:
# runs-on: [self-hosted, image-arm-app-docker-ce, type-cax11]
# steps:
# - run: docker run hello-world

# Explore-GitHub-Actions-with-Docker-on-ARM64:
# runs-on: [self-hosted, image-arm-app-docker-ce, type-cax11]
# steps:
# - run: docker run hello-world

# check 1

0 comments on commit 48bc511

Please sign in to comment.