From 8edd647e2d1c8d103147d5ce00d3a82136d691c6 Mon Sep 17 00:00:00 2001 From: neilotoole Date: Fri, 30 Dec 2022 23:20:40 -0700 Subject: [PATCH] renamed linux-container job to linux-other --- .github/workflows/test-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-install.yml b/.github/workflows/test-install.yml index 9c0e1ffc..147ffaca 100644 --- a/.github/workflows/test-install.yml +++ b/.github/workflows/test-install.yml @@ -41,7 +41,7 @@ jobs: exit 1 fi - linux-container: + linux-other: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/v') strategy: