Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Playwright tests on Firefox & "Safari" nightly #28757

Merged
merged 23 commits into from
Dec 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update end-to-end-tests.yaml
  • Loading branch information
t3chguy authored Dec 18, 2024
commit 107dcccceaf6b70d6e6eae1e60cc05c946e6ca21
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-tests.yaml
Original file line number Diff line number Diff line change
@@ -113,9 +113,9 @@ jobs:
project:
- Chrome
- Firefox
- WebKit
isCron:
- ${{ github.event_name == 'pull_request' }}
- WebKit
# Skip the Firefox & Safari runs unless this was a cron trigger
exclude:
- isCron: false
Loading