Skip to content

Commit

Permalink
Use public runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mbchristoff committed Aug 22, 2024
1 parent 80889e4 commit a875440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: push

jobs:
# scan_fs:
# runs-on: k3s-runners
# runs-on: ubuntu-latest
# container:
# image: registry.nextpertise.tools/nextpertise-proxy/aquasec/trivy:0.14.0
# credentials:
Expand All @@ -17,7 +17,7 @@ jobs:
# run: trivy --light fs --quiet --exit-code 1 .

unittest:
runs-on: k3s-runners
runs-on: ubuntu-latest
container:
image: registry.nextpertise.tools/nextpertise/python-poetry:3.8
credentials:
Expand Down

0 comments on commit a875440

Please sign in to comment.