Skip to content

Commit

Permalink
Merge branch 'main' into issue/170
Browse files Browse the repository at this point in the history
  • Loading branch information
blendthink committed May 6, 2024
2 parents adcb1d6 + 741a73c commit 36353db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
outputs:
src: ${{ steps.filter.outputs.src }}
runs-on: ubuntu-22.04
timeout-minutes: 5

steps:
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: filter
Expand All @@ -34,7 +36,7 @@ jobs:
needs: pre-check
if: ${{ needs.pre-check.outputs.src == 'true' }}
runs-on: ubuntu-22.04
timeout-minutes: 10
timeout-minutes: 20

steps:
# https://github.com/actions/checkout
Expand Down

0 comments on commit 36353db

Please sign in to comment.