From f4c96366f1d43b74f8b2d70d176b47835b9956b3 Mon Sep 17 00:00:00 2001 From: Lucas PASCAL Date: Tue, 21 Jan 2025 17:45:43 +0100 Subject: [PATCH] [test] --- .github/workflows/build_all.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/build_all.yml diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml new file mode 100644 index 0000000..812c80d --- /dev/null +++ b/.github/workflows/build_all.yml @@ -0,0 +1,14 @@ +name: Build all apps + +on: + workflow_dispatch: + pull_request: + +jobs: + + build_all_applications: + name: Build all the applications on all the devices + uses: ./.github/workflows/reusable_build_several.yml + with: + sdk: all + devices: all