Browse Source

Merge branch 'develop' into feat/matrix-alerts

pull/4901/head
Daniel Gibbs 2 days ago
committed by GitHub
parent
commit
db0437ef7c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      .github/workflows/details-check.yml

5
.github/workflows/details-check.yml

@ -27,6 +27,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
with:
# Full history so the base branch ref is available for the
# `git diff origin/<base>...HEAD` comparison below (a shallow
# checkout has no origin/<base> and the diff fails).
fetch-depth: 0
- name: Detect targeted servers (PR only)
id: targeted

Loading…
Cancel
Save