Skip to content

Commit

Permalink
test custom runner
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary committed Jan 24, 2025
1 parent f9eddcb commit 3cfa77b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
tags:
- 'v*'
jobs:
custom-runner-test:
runs-on: protocol-gha-runners
steps:
- name: hello world
run: echo "Hello, world!"
test:
runs-on: ubuntu-24.04
services:
Expand Down

0 comments on commit 3cfa77b

Please sign in to comment.