Skip to content

Commit

Permalink
use runs-on flag to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtieReus committed Jun 26, 2024
1 parent 2e88c4b commit 3f2b62a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-npm-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: cloudoperators/juno/.github/workflows/check-changes-npm-package.yaml@main
with:
paths: "apps"
runs-on: "ubuntu-latest"

run-pipeline:
needs: [run-detect-changes]
Expand All @@ -34,3 +35,4 @@ jobs:
with:
path: ${{ matrix.change }}
node: "${{ matrix.node }}"
runs-on: "ubuntu-latest"

0 comments on commit 3f2b62a

Please sign in to comment.