From 983ad7da046b71e81295d97306e7b5a7a6291855 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Fri, 25 Oct 2024 14:10:41 -0700 Subject: [PATCH] Disable hacking workflow --- .gitea/workflows/hacking.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/hacking.yaml b/.gitea/workflows/hacking.yaml index 48b97f40..0d36f87a 100644 --- a/.gitea/workflows/hacking.yaml +++ b/.gitea/workflows/hacking.yaml @@ -1,6 +1,6 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] +on: [] jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest @@ -15,7 +15,4 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} - # - name: Show changes in the most recent commit - # run: | - # git show HEAD^1 - run: echo "🍏 This job's status is ${{ gitea.status }}." \ No newline at end of file