aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-all.yaml4
-rw-r--r--.github/workflows/test-pr.yaml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml
index cf876a4..d2238a7 100644
--- a/.github/workflows/test-all.yaml
+++ b/.github/workflows/test-all.yaml
@@ -18,7 +18,7 @@ jobs:
"common-utils",
"conda",
"desktop-lite",
- "docker-from-docker",
+ "docker-outside-of-docker",
"docker-in-docker",
"dotnet",
"git",
@@ -71,7 +71,7 @@ jobs:
"common-utils",
"conda",
"desktop-lite",
- "docker-from-docker",
+ "docker-outside-of-docker",
"docker-in-docker",
"dotnet",
"git",
diff --git a/.github/workflows/test-pr.yaml b/.github/workflows/test-pr.yaml
index f89923d..69b3942 100644
--- a/.github/workflows/test-pr.yaml
+++ b/.github/workflows/test-pr.yaml
@@ -18,7 +18,7 @@ jobs:
common-utils: ./**/common-utils/**
conda: ./**/conda/**
desktop-lite: ./**/desktop-lite/**
- docker-from-docker: ./**/docker-from-docker/**
+ docker-outside-of-docker: ./**/docker-outside-of-docker/**
docker-in-docker: ./**/docker-in-docker/**
dotnet: ./**/dotnet/**
git: ./**/git/**