Skip to content

Commit

Permalink
Update calibreapp-image-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalek authored Feb 14, 2024
1 parent 251ce29 commit 88e1a9d
Showing 1 changed file with 1 addition and 1 deletion.
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: [ self-hosted, ubuntu-latest ]
runs-on: [ ubuntu-latest ]
steps:
- name: Checkout Repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 88e1a9d

Please sign in to comment.