Skip to content

Commit

Permalink
621 check history and license on pr (#626)
Browse files Browse the repository at this point in the history
* removed check for github.event_name before starting each step, this workflow is called only when the triegger is a PR

* changes condition for running cehck license and history to pull_request_review
  • Loading branch information
maxb-io authored and udi-speedb committed Nov 22, 2023
1 parent 7654e71 commit 1b3087b
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 1b3087b

Please sign in to comment.