From b635d4b4992dd39cb55a9f45871abff94fcffc49 Mon Sep 17 00:00:00 2001 From: "Dr. Charlie Vanaret" Date: Tue, 29 Oct 2024 11:29:56 +0100 Subject: [PATCH] julia-tests-ubuntu.yml: added PR type "ready_for_review" --- .github/workflows/julia-tests-ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/julia-tests-ubuntu.yml b/.github/workflows/julia-tests-ubuntu.yml index 70490882..86a89f19 100644 --- a/.github/workflows/julia-tests-ubuntu.yml +++ b/.github/workflows/julia-tests-ubuntu.yml @@ -3,7 +3,7 @@ on: push: branches: [main] pull_request: - types: [opened, synchronize, reopened] + types: [opened, synchronize, ready_for_review, reopened] # needed to allow julia-actions/cache to delete old caches that it has created permissions: actions: write