diff --git a/.github/workflows/cleanup-caches.yml b/.github/workflows/cleanup-caches.yml index c268da8e6..5369f10ec 100644 --- a/.github/workflows/cleanup-caches.yml +++ b/.github/workflows/cleanup-caches.yml @@ -1,7 +1,7 @@ name: Cleanup caches on closed PRs # From https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/caching-dependencies-to-speed-up-workflows#matching-a-cache-key on: - pull_request: + pull_request_target: types: [ closed ] jobs: cleanup: diff --git a/CMakeLists.txt b/CMakeLists.txt index 621afc77b..70996467c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,7 @@ if(DEFINED TRIBITS_PACKAGE) return() endif() + # This is the top level CMake file for the SCOREC build cmake_minimum_required(VERSION 3.12)