Skip to content

Commit

Permalink
Update .github/workflows/fossa_ai.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liquibot committed May 13, 2024
1 parent 1bf155a commit 372154d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/fossa_ai.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
name: FOSSA License Compliance and Security Check

on:
pull_request_target:
pull_request:
types:
- opened
- reopened
- synchronize

jobs:
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

fossa:
needs: authorize
uses: liquibase/build-logic/.github/workflows/fossa_ai.yml@main
secrets: inherit
with:
Expand Down

0 comments on commit 372154d

Please sign in to comment.