From e7e3a71fd5379c8d62fb5a467e65f9c4567622e2 Mon Sep 17 00:00:00 2001 From: Benoit Putzeys Date: Mon, 3 Jun 2024 17:32:28 +0200 Subject: [PATCH] Change to running workflow on push to run once --- .github/workflows/get_embeddings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get_embeddings.yml b/.github/workflows/get_embeddings.yml index 868f988b..9bf39f3a 100644 --- a/.github/workflows/get_embeddings.yml +++ b/.github/workflows/get_embeddings.yml @@ -1,7 +1,7 @@ name: Get Embeddings on: - workflow_dispatch: + push jobs: build: