Skip to content

Commit

Permalink
Add self-hosted workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBeneteau committed Nov 27, 2024
1 parent 844d763 commit 910ba9e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test-self-hosted.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Test Self-Hosted Runner

on:
push:
workflow_dispatch:

jobs:
test-self-hosted:
runs-on: self-hosted

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Run tests
run: |
echo "Hello, World!"

0 comments on commit 910ba9e

Please sign in to comment.