ci: restrict E2E tests to pull request events only in seft hosted git
CI / Generate Certificates (push) Successful in 45s
CI / Frontend CI (push) Successful in 1m22s
CI / Backend CI (push) Failing after 53s
CI / E2E Tests (push) Has been skipped

This commit is contained in:
ramvignesh-b
2026-05-05 02:09:08 +05:30
parent 3bcd4ea57f
commit a55037fad2
+2
View File
@@ -114,6 +114,8 @@ jobs:
name: E2E Tests
runs-on: ubuntu-latest
needs: setup-environment
# Skipping on Gitea pushes until I figure out caching
if: ${{ github.server_url == 'https://github.com' || github.event_name == 'pull_request' }}
steps:
- uses: actions/checkout@v4