diff --git a/.github/workflows/conventional-pr-title-checker.yml b/.github/workflows/conventional-pr-title-checker.yml index a990b82ab..754ab048d 100644 --- a/.github/workflows/conventional-pr-title-checker.yml +++ b/.github/workflows/conventional-pr-title-checker.yml @@ -15,7 +15,7 @@ concurrency: jobs: title_check: - runs-on: self-hosted-ghr-size-s-x64 + runs-on: ubuntu-latest steps: - uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3 env: diff --git a/.github/workflows/per-pr.yml b/.github/workflows/per-pr.yml index b08d66bb9..8aa77683f 100644 --- a/.github/workflows/per-pr.yml +++ b/.github/workflows/per-pr.yml @@ -51,7 +51,7 @@ jobs: kurtosis run ${{ github.workspace }} --args-file ${{ matrix.file_name }} --verbosity detailed --image-download always lint: - runs-on: self-hosted-ghr-size-s-x64 + runs-on: ubuntu-latest steps: - name: Checkout Repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2