Browse Source
Merge branch 'develop' into feat/matrix-alerts
pull/4901/head
Daniel Gibbs
2 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
0 deletions
-
.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 |
|
|
|
|