Skip to content

Commit

Permalink
Revert "with numbers"
Browse files Browse the repository at this point in the history
This reverts commit c3cc2ac.
  • Loading branch information
Kislovskiy committed Apr 13, 2024
1 parent c3cc2ac commit 3a20376
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/2023-PyData_Berlin-python-pdf-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 #v3.0.2
with:
filters: |
2023_PyData_Berlin:
PyDataBerlinChanges:
- "2023_PyData_Berlin/**/*.py"
- "2023_PyData_Berlin/**/*.ipynb"
- "2023_PyData_Berlin/requirements.txt"
lint:
name: 🚨 Lint Python code
if: needs.changes.outputs.2023_PyData_Berlin == 'true'
if: needs.changes.outputs.PyDataBerlinChanges == 'true'
needs: changes
runs-on: ubuntu-latest
steps:
Expand All @@ -57,7 +57,7 @@ jobs:

test:
name: 🕵 Test Python code
if: needs.changes.outputs.2023_PyData_Berlin == 'true'
if: needs.changes.outputs.PyDataBerlinChanges == 'true'
needs: changes
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3a20376

Please sign in to comment.