Skip to content

Commit

Permalink
Merge pull request #64 from allegro-internal/github-hosted-runners
Browse files Browse the repository at this point in the history
No self-hosted runners
  • Loading branch information
mkosmul authored Feb 14, 2024
2 parents 88e1a9d + c61e5a3 commit fa837b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/calibreapp-image-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/public-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fa837b0

Please sign in to comment.