summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Braun <martin@gnuradio.org>2021-02-17 14:36:43 +0100
committerMartin Braun <martin@gnuradio.org>2021-02-17 14:36:43 +0100
commitfa3267982aa88e3c8f886d803b57f9b1501f43f6 (patch)
treefe5d2aab1df9684588e0e745acf29e2c66c4466d
parentc1e93b7a1e826d5bff1a5e3b37a0d40591065f80 (diff)
fixup! github: Move Docker builds to matrix strategy
-rw-r--r--.github/workflows/make-test.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/make-test.yml b/.github/workflows/make-test.yml
index 8d0b22e129..f942c49863 100644
--- a/.github/workflows/make-test.yml
+++ b/.github/workflows/make-test.yml
@@ -6,7 +6,6 @@ on:
pull_request:
branches:
- master
- - gha/linux-matrix
jobs:
# We start with checking C++ formatting. No one gets free CPU cycles if they
# can't use clang-format.