summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-10-11 15:55:01 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-10-11 15:55:01 -0700
commit09a79d39d0838ddcd7ca691bef4cb06d9da761ba (patch)
treecb821d6f78a927cfcd013a480853be4328760154 /.github/workflows/ubuntu.yml
parenteca1c2e717e6a16e7abbf591f63d5a223c124023 (diff)
Fix the way to specify extra jobs
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 2709b0d949..e852f6a663 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -36,7 +36,7 @@ jobs:
test_task: [check]
arch: ['']
configure: ['cppflags=-DVM_CHECK_MODE']
- # specifying everything else with `include` to avoid redundant tests
+ # specifying other jobs with `include` to avoid redundant tests
include:
- test_task: check
arch: i686