From 219944fa51105b2ea739708d7fd5d32478873d51 Mon Sep 17 00:00:00 2001 From: Ulises Jeremias Cornejo Fandos Date: Mon, 14 Mar 2022 01:11:30 -0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a83c2f16d..74c69ced6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: VSL Continuous Integration concurrency: - group: ci-${{ github.envent.number }} + group: ci-${{ github.event.number }} cancel-in-progress: true on: