From d7c7ce93fcc69e5ad7e7d008adecb780cb44a3a8 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Mon, 12 Aug 2024 22:13:23 +0200 Subject: [PATCH] test_gdal_latest.yml: Actually run on PRs touching this file (#1423) Fixes the path on which the CI is run. --- .github/workflows/test_gdal_latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_gdal_latest.yml b/.github/workflows/test_gdal_latest.yml index cc2a541d..b742776f 100644 --- a/.github/workflows/test_gdal_latest.yml +++ b/.github/workflows/test_gdal_latest.yml @@ -7,7 +7,7 @@ on: - cron: '0 0 * * 0' pull_request: # also build on PRs touching this file paths: - - ".github/workflows/test_gdal_latest.yaml" + - ".github/workflows/test_gdal_latest.yml" - "ci/gdal-compile.sh" concurrency: