ci: fix env context issue in conditionals
This commit is contained in:
@@ -140,8 +140,7 @@ jobs:
|
||||
name: E2E Tests
|
||||
runs-on: ubuntu-latest
|
||||
needs: setup-environment
|
||||
# Skipping on Gitea pushes until I figure out caching
|
||||
if: ${{ env.IS_GITHUB == 'true' || github.event_name == 'pull_request' }}
|
||||
if: ${{ github.server_url == 'https://github.com' || github.event_name == 'pull_request' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user