diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index db84bdb7..65f3531c 100644 --- a/.github/workflows/calibreapp-image-actions.yml +++ b/.github/workflows/calibreapp-image-actions.yml @@ -13,7 +13,7 @@ jobs: # Do not run if branch name ends with '-no-img-opt' if: github.event.pull_request.head.repo.full_name == github.repository && !endsWith(github.event.pull_request.head.ref, '-no-img-opt') name: calibreapp/image-actions - runs-on: [ ubuntu-latest ] + runs-on: ubuntu-latest steps: - name: Checkout Repo uses: actions/checkout@v2 diff --git a/.github/workflows/public-push.yml b/.github/workflows/public-push.yml index 7425b644..87da8ab7 100644 --- a/.github/workflows/public-push.yml +++ b/.github/workflows/public-push.yml @@ -7,7 +7,7 @@ on: jobs: publish: if: ${{ github.repository_owner != 'allegro' }} - runs-on: [self-hosted, ubuntu-latest] + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: