change runs-on to a valid tag
All checks were successful
Demo / Explore-CI (push) Successful in 1m4s

This commit is contained in:
Blizzard Finnegan 2023-06-06 13:52:17 -04:00
parent ded4ff6821
commit a2001bc612
Signed by: blizzardfinnegan
GPG key ID: 61C1E13067E0018E

View file

@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is testing
on: [push]
jobs:
Explore-CI:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server."