Skip to content

Commit

Permalink
Merge branch 'main' into failIfNoPT-as-ValidationError
Browse files Browse the repository at this point in the history
  • Loading branch information
jandroav authored Mar 24, 2024
2 parents ac5c2f7 + 2b3e86c commit a4e2553
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ on:
- opened
- reopened
- synchronize
pull_request_target:
types:
- opened
- reopened
- synchronize

jobs:
authorize:
environment: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }}
environment: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }}
runs-on: ubuntu-latest
steps:
- run: true
Expand Down

0 comments on commit a4e2553

Please sign in to comment.