From c1f5f5804d58090f4d9a00bd09b929c1f9f2eef7 Mon Sep 17 00:00:00 2001 From: chahinebrini Date: Thu, 18 Jun 2026 05:09:29 +0200 Subject: [PATCH] ci: add temporary ubuntu test workflow --- .github/workflows/test-ubuntu.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/test-ubuntu.yml diff --git a/.github/workflows/test-ubuntu.yml b/.github/workflows/test-ubuntu.yml new file mode 100644 index 0000000..7f064d7 --- /dev/null +++ b/.github/workflows/test-ubuntu.yml @@ -0,0 +1,11 @@ +name: Test Ubuntu Runner + +on: + workflow_dispatch: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Hello + run: echo "GitHub Actions works"