From d210c748a7183d9b74eb0c431bdd1f9c20e203a6 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Sat, 25 May 2024 11:21:43 +0100 Subject: [PATCH] Correct yaml syntax --- .github/workflows/test_remote_no_dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_remote_no_dependencies.yml b/.github/workflows/test_remote_no_dependencies.yml index 37617bc..bbd51dd 100644 --- a/.github/workflows/test_remote_no_dependencies.yml +++ b/.github/workflows/test_remote_no_dependencies.yml @@ -1,5 +1,5 @@ name: "Test remote API" -description: "Test remote API at https://api.harmonydata.ac.uk. Github actions does not host a running API so we cannot test locally." +# Test remote API at https://api.harmonydata.ac.uk. Github actions does not host a running API so we cannot test locally. on: push: