Add duplicate check to 'analyze'
This commit is contained in:
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@@ -17,20 +17,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github_token: ${{ github.token }}
|
github_token: ${{ github.token }}
|
||||||
|
|
||||||
# pre-commit:
|
|
||||||
# needs: skip_duplicate
|
|
||||||
# if: ${{ needs.skip_duplicate.outputs.should_skip == 'false' }}
|
|
||||||
# runs-on: ubuntu-latest
|
|
||||||
# steps:
|
|
||||||
# - uses: actions/checkout@v3
|
|
||||||
# - name: Set up Python 3.10
|
|
||||||
# uses: actions/setup-python@v3
|
|
||||||
# with:
|
|
||||||
# python-version: 3.10
|
|
||||||
# - uses: pre-commit/action@v2.0.0
|
|
||||||
|
|
||||||
analyze:
|
analyze:
|
||||||
name: Analyze
|
name: Analyze
|
||||||
|
needs: skip_duplicate
|
||||||
|
if: ${{ needs.skip_duplicate.outputs.should_skip == 'false' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
actions: read
|
actions: read
|
||||||
|
|||||||
Reference in New Issue
Block a user