Skip to content

Commit

Permalink
fix(pre-pull-images): use ubuntu-latest for certain steps
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Dec 27, 2024
1 parent 41f2918 commit 2c8f8a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-pull-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
changed-clusters:
name: Changed Clusters
runs-on: ["gha-runner-scale-set"]
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.changed-clusters.outputs.all_changed_and_modified_files }}
steps:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

extract-images:
name: Extract Images
runs-on: ["gha-runner-scale-set"]
runs-on: ubuntu-latest
needs: ["changed-clusters"]
permissions:
pull-requests: write
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
if: ${{ always() }}
needs: ["pre-pull-images"]
name: Pre-pull Images Successful
runs-on: ["gha-runner-scale-set"]
runs-on: ubuntu-latest
steps:
- if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }}
name: Check matrix status
Expand Down

0 comments on commit 2c8f8a3

Please sign in to comment.