Changed one of the wrong runs-on
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 12s
Run Tests / test (push) Successful in 1m56s

This commit is contained in:
thepaperpilot 2023-11-05 08:27:35 -06:00
parent d16bb55c3c
commit acf1d24c15
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ on:
jobs:
build-and-deploy:
if: github.repository != 'profectus-engine/Profectus' # Don't build placeholder mod on main repo
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2

View file

@ -6,7 +6,7 @@ on:
branches: [ main ]
jobs:
test:
runs-on: docker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3