Skip to content

Commit

Permalink
Remove authorize from test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Aug 26, 2023
1 parent d45f97a commit 41f09bb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,7 @@ env:
});
jobs:
authorize:
name: Authorize
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

test:
needs: authorize # Require approval before running on forked pull requests

name: Build Package
runs-on: ubuntu-latest

Expand Down

0 comments on commit 41f09bb

Please sign in to comment.