From 0195e4ee586b5f21bb850af5dfd8329e989a388f Mon Sep 17 00:00:00 2001 From: William Brawner Date: Fri, 23 Aug 2024 22:15:08 -0600 Subject: [PATCH] Run tests only on pull requests and wait for unit tests before running UI tests --- .forgejo/workflows/pull_request.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/pull_request.yml b/.forgejo/workflows/pull_request.yml index 77ad16a..2b6b7c2 100644 --- a/.forgejo/workflows/pull_request.yml +++ b/.forgejo/workflows/pull_request.yml @@ -2,8 +2,6 @@ name: Build & Test on: pull_request: - push: - branches: [ main ] jobs: validate: @@ -47,7 +45,7 @@ jobs: runs-on: ubuntu-latest name: Run UI Tests needs: - - validate + - unit_tests steps: - uses: actions/checkout@v4 - name: set up JDK