From dccd1c738052a83a3fcdc228de674632ba60f05f Mon Sep 17 00:00:00 2001 From: aminecmi Date: Wed, 20 Nov 2024 22:32:11 +0100 Subject: [PATCH] wip --- .gitea/workflows/demo.yml | 2 +- .gitea/workflows/push.yml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index 394c807..693a87d 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -1,6 +1,6 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] +on: [discussion] jobs: Explore-Gitea-Actions: diff --git a/.gitea/workflows/push.yml b/.gitea/workflows/push.yml index 7a7cc8e..9c5cbb3 100644 --- a/.gitea/workflows/push.yml +++ b/.gitea/workflows/push.yml @@ -1,5 +1,4 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +name: Push/PR Steps on: pull_request: branches: @@ -15,7 +14,7 @@ on: jobs: Lint: - runs-on: mingc/android-build-box:latest + runs-on: ubuntu-latest steps: - name: Check out repository code uses: actions/checkout@v4