change runs-on to a valid tag
All checks were successful
Demo / Explore-CI (push) Successful in 1m4s
All checks were successful
Demo / Explore-CI (push) Successful in 1m4s
This commit is contained in:
parent
ded4ff6821
commit
a2001bc612
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is testing
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-CI:
|
Explore-CI:
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
|
- 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."
|
- run: echo "This job is now running on a ${{ runner.os }} server."
|
||||||
|
|
Loading…
Add table
Reference in a new issue