From fdab47794fd49d6a74c2500c0bc54343576aab66 Mon Sep 17 00:00:00 2001 From: Ilya Beda Date: Thu, 7 Sep 2023 18:45:10 +1000 Subject: [PATCH] Update github-actions.yml --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 82480e7..f64657d 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -1,5 +1,5 @@ name: github-actions -on: [push, pull_request] +on: [push] env: BUILD_IMAGE: bedasoftware/fhir-sdc CACHE_IMAGE: bedasoftware/fhir-sdc:latest