From b52e50c6d0ed2f31b3c3c326ab8ed9f6edf660a3 Mon Sep 17 00:00:00 2001 From: George Bisbas Date: Thu, 16 Nov 2023 18:52:23 +0000 Subject: [PATCH] tests: fix naming --- .github/workflows/ci-mlir-mpi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-mlir-mpi.yml b/.github/workflows/ci-mlir-mpi.yml index b4af19db7b..3ce6912a9a 100644 --- a/.github/workflows/ci-mlir-mpi.yml +++ b/.github/workflows/ci-mlir-mpi.yml @@ -1,7 +1,7 @@ # This workflow will install MLIR, Python dependencies, run tests and lint with a single version of Python # File inherited from https://github.com/xdslproject/xdsl/blob/main/.github/workflows/ci-mlir.yml -name: CI - MLIR-based Testing +name: CI - MLIR-based Testing for MPI concurrency: group: ${{ github.workflow }}-${{ github.ref }}