Skip to content

Commit

Permalink
reduce lint exec on pull_request only
Browse files Browse the repository at this point in the history
  • Loading branch information
pthierry-ledger committed Jul 10, 2024
1 parent 5ea2adc commit a0d7ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
python-version: '3.11'
lint:
needs: [ ut, doc ]
if: ${{ github.event_name == 'pull_request' }}
uses: outpost-os/pipeline-python/.github/workflows/lint.yml@v1
with:
python-version: '3.12'

0 comments on commit a0d7ea5

Please sign in to comment.