From c710ab984240cf7478d2c26c269d3618432380da Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Wed, 9 Oct 2024 12:07:51 +0500 Subject: [PATCH] fix: retriggering the workflows --- .github/workflows/cli-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-tests.yml b/.github/workflows/cli-tests.yml index a52b498147..83357d9f17 100644 --- a/.github/workflows/cli-tests.yml +++ b/.github/workflows/cli-tests.yml @@ -1,7 +1,7 @@ # CLI tests: Check that various Makefile targets behave as expected # (without going deeper into provisioning and such) -name: CLI tests +name: CLI tests on: push: