Skip to content

Commit

Permalink
Disable pull-request-target for now (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisman authored Jan 30, 2025
1 parent 8355562 commit bba9a32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-ts-pull-request-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name: build-ts

on:
# Manual approval of forked environments is required
pull_request_target:
branches:
- main
# pull_request_target:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
run: |
Xvfb :99 -screen 0 1600x1200x24 & export DISPLAY=:99
npx playwright test simple.spec.ts
rm ../../.env
rm ../../.env
working-directory: ts/packages/shell
continue-on-error: true
- name: Live Tests
Expand All @@ -122,4 +122,4 @@ jobs:
run: |
npm run test:live
working-directory: ts
continue-on-error: true
continue-on-error: true

0 comments on commit bba9a32

Please sign in to comment.