Skip to content

Commit

Permalink
Fix for license check not runninng (#27)
Browse files Browse the repository at this point in the history
* Fix for license check not runninng

Removed obsolete check

* Missing licenses
  • Loading branch information
Div-Inworld authored Feb 17, 2023
1 parent 42bcaf0 commit 0cdf300
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/header-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ on:
branches: [main]

jobs:
approved:
if: github.event.review.state == 'approved'
runs-on: ubuntu-latest
steps:
- run: echo "This PR was approved"
##approved:
## if: github.event.review.state == 'approved'
## runs-on: ubuntu-latest
## steps:
## - run: echo "This PR was approved"

check_header:
needs: [approved]
##needs: [approved]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 0cdf300

Please sign in to comment.