Browse Source
Merge pull request #26030 from abpframework/auto-merge-forward/rel-10.7-to-dev-4
Auto-merge forward rel-10.7 → dev
pull/26027/merge
Volosoft Agent
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
2 deletions
-
.github/workflows/angular.yml
-
.github/workflows/image-compression.yml
|
|
|
@ -27,8 +27,9 @@ jobs: |
|
|
|
build-test-lint: |
|
|
|
if: ${{ !github.event.pull_request.draft }} |
|
|
|
runs-on: ubuntu-latest |
|
|
|
timeout-minutes: 30 |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
with: |
|
|
|
fetch-depth: 0 |
|
|
|
|
|
|
|
|
|
|
|
@ -22,9 +22,10 @@ jobs: |
|
|
|
if: github.event.pull_request.head.repo.full_name == github.repository && !github.event.pull_request.draft |
|
|
|
name: calibreapp/image-actions |
|
|
|
runs-on: ubuntu-latest |
|
|
|
timeout-minutes: 15 |
|
|
|
steps: |
|
|
|
- name: Checkout Repo |
|
|
|
uses: actions/checkout@v2 |
|
|
|
uses: actions/checkout@v4 |
|
|
|
|
|
|
|
- name: Compress Images |
|
|
|
uses: calibreapp/image-actions@main |
|
|
|
|