From b0f689414a9a570de47fa96d886b168ed0690b94 Mon Sep 17 00:00:00 2001 From: Musselman Date: Thu, 27 Jun 2024 22:51:00 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=20Feature:=20Forgejo=20Ac?= =?UTF-8?q?tions=20Third=20Draft?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/workflow.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.forgejo/workflows/workflow.yaml b/.forgejo/workflows/workflow.yaml index 4404e33..b5b7914 100644 --- a/.forgejo/workflows/workflow.yaml +++ b/.forgejo/workflows/workflow.yaml @@ -21,16 +21,9 @@ jobs: - name: Building.. run: | go build - Test: - runs-on: website - steps: - name: Testing.. run: | echo "No Testing to do currently.." - - Create-Image: - runs-on: website - steps: - name: Build image run: | podman build -t notatio .