]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
fetch history 10546/head
authorMarc Foley <m.foley.88@gmail.com>
Fri, 22 May 2026 10:47:15 +0000 (11:47 +0100)
committerMarc Foley <m.foley.88@gmail.com>
Fri, 22 May 2026 10:47:15 +0000 (11:47 +0100)
.github/workflows/test.yaml

index bf7faa9d2f6d255b227b1cf0f61b5d9f02e8f31f..7ab0b83a82e3fd95f59dfec912936030811cb229 100644 (file)
@@ -88,6 +88,8 @@ jobs:
           access_token: ${{ github.token }}
 
       - uses: actions/checkout@v6
+        with:
+          fetch-depth: 0 # we need the history so .ci/run.py can determine which files changed
       - name: Set up Python 3.10
         uses: actions/setup-python@v6.2.0
         with:
@@ -119,8 +121,6 @@ jobs:
           GH_TOKEN: ${{ github.token }}
           PR_NUMBER: ${{ github.event.number }}
         shell: bash
-      - name: Setup tmate session
-        uses: mxschmitt/action-tmate@v3
       - name: Check file existence
         id: check_files
         uses: andstor/file-existence-action@v2.0.0