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
parent
commit
cfa8575f81
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/angular.yml
  2. 3
      .github/workflows/image-compression.yml

3
.github/workflows/angular.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

3
.github/workflows/image-compression.yml

@ -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

Loading…
Cancel
Save