Changed one of the wrong runs-on

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

View file

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