From 897fd2aadbb93705fcf535bd2632edd593cc7b12 Mon Sep 17 00:00:00 2001 From: tomoron Date: Mon, 24 Mar 2025 18:50:14 +0100 Subject: [PATCH] workflow test --- .gitea/workflows/default.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/default.yaml b/.gitea/workflows/default.yaml index bafdfde..2780cdd 100644 --- a/.gitea/workflows/default.yaml +++ b/.gitea/workflows/default.yaml @@ -1,8 +1,15 @@ name: Build iso when a new version is pushed run-name: iso building -#on: [push] +on: [push] jobs: - runs-on: nixos/nix - steps: - - run: echo coucou + test: + runs-on: ubuntu-latest + steps: + - name: get repo + uses: actions/checkout@v4.2.2 + # - uses: https://github.com/cachix/install-nix-action@v31 + # - name: create iso image + # run: make iso + - name: create release + run: echo ${var.GITHUB_TOKEN}