fix(ci): only run jobs that require self-hosted runners

This commit is contained in:
Timothy Stewart
2024-01-24 20:53:12 -06:00
parent e63e207749
commit 634fbb678b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ on:
jobs:
molecule:
name: cache
runs-on: self-hosted
runs-on: ubuntu-latest
env:
PYTHON_VERSION: "3.11"
+1 -1
View File
@@ -5,7 +5,7 @@ on:
jobs:
pre-commit-ci:
name: Pre-Commit
runs-on: self-hosted
runs-on: ubuntu-latest
env:
PYTHON_VERSION: "3.11"