summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-11-27 09:16:15 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-11-27 09:16:15 +1100
commitc9d9fcad2a11c1cd1550a541f44091d65f0b5584 (patch)
treee4d7c0dd8794732c18a98cde8d46accf373b7ece /.github/workflows
parent15a01cf15f396f87c6d221c5a6af98331c818962 (diff)
Remove explicit "default" test config argument.
Not specifying the test config implicitly selects default args.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/selfhosted.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 39ffc8ba..b4103f9d 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -50,8 +50,6 @@ jobs:
- sol10
- sol11
- win10
- configs:
- - default
# Then we include any extra configs we want to test for specific VMs.
include:
- { os: ARM64, configs: pam }