From 57a8ac1373ea10242372d1fba8a715eac9c6c63d Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Fri, 14 May 2021 19:12:34 +0100 Subject: [PATCH] refactor: replace `types` with `jobs` `jobs` is more accurate and understandable. PR: #40 --- .github/workflows/containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index fcd2693..ffaa569 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -16,7 +16,7 @@ jobs: docker: runs-on: ubuntu-latest strategy: - max-parallel: 1 # takes advantage of caching between types + max-parallel: 1 # takes advantage of caching between jobs matrix: architecture: - arm