Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
23 changes: 0 additions & 23 deletions .github/actions/setup-python-playwright/action.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/scripts/run_tests.py

This file was deleted.

128 changes: 0 additions & 128 deletions .github/scripts/write_summary.py

This file was deleted.

15 changes: 4 additions & 11 deletions .github/workflows/main-branch.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
name: Unified Build, Test, and Deploy


on:
push:
branches: [main]
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
- edited
workflow_dispatch:
branches: [main]

permissions:
contents: read
pages: write
id-token: write
contents: write

concurrency:
group: pages
group: talk-to-unity-ci
cancel-in-progress: true

jobs:
Expand Down
Loading