From 45b99ce16b6a6f58084432677ea59e96494a494c Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Fri, 22 Mar 2024 10:57:10 -0700 Subject: [PATCH] debug actions --- .gitea/workflows/test.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index cf2f244..aa05b3f 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,9 +1,12 @@ name: Declarative Tests run-name: ${{ gitea.actor }} testing -on: [push, workflow_dispatch] +on: + - push + - workflow_dispatch + - issue_comment jobs: - Explore-Gitea-Actions: + test: runs-on: ubuntu-latest container: image: registry.cv.mazarbul.net/declarative/build-golang:1.21.1-alpine-x86_64