Skip to content

Commit

Permalink
changes condition for running cehck license and history to pull_reque…
Browse files Browse the repository at this point in the history
…st_review
  • Loading branch information
maxb-io committed Aug 6, 2023
1 parent cf3c13a commit e599ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ jobs:
uses: ./.github/workflows/test_fuzz.yml

Check-Licence-And-History:
if: ${{ github.event_name == 'pull_request' }}
if: ${{ github.event_name == 'pull_request_review' }}
uses: ./.github/workflows/check_license_and_history.yml

0 comments on commit e599ab9

Please sign in to comment.