From d1310f59ea40aff783de327439eee7abd86778eb Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Mon, 25 Sep 2023 19:41:23 +0000 Subject: [PATCH] Update .forgejo/workflows/ci.yaml --- .forgejo/workflows/ci.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 2f6e7ac..21280bd 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -1,10 +1,6 @@ -on: push +on: [push] jobs: - Publish: - runs-on: linux_amd64 + test: + runs-on: docker steps: - - uses: actions/checkout@v3 - name: Checkout - - name: Build - run: | - echo "Hello World!" \ No newline at end of file + - run: echo All Good \ No newline at end of file