check if python was changed
Some checks failed
Build and push / Lint-Python (push) Successful in 4s
Build and push / Build-and-Push-Docker (push) Failing after 8s

This commit is contained in:
Luke R 2024-05-02 12:28:27 -07:00
parent af0d58fe4b
commit e98d6a35c8

View File

@ -7,18 +7,16 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: echo "This is run ${{ gitea.run_id }}" - run: echo "This is run ${{ gitea.run_id }}"
# - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
# - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
- uses: dorny/paths-filter@v3 - uses: dorny/paths-filter@v3
id: filter id: filter
with: with:
filters: | filters: |
python_files: python_files:
- 'app/**/*.py' - 'app/**/*.py'
# run only if python file were changed
# - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
# - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
if: steps.filter.outputs.workflows == 'true'
- name: install UV - name: install UV
run: | run: |
pip install uv --quiet pip install uv --quiet