diff --git a/.github/workflows/python-tests.yaml b/.github/workflows/python-tests.yaml index ea0230832677..33af87e3b9f4 100644 --- a/.github/workflows/python-tests.yaml +++ b/.github/workflows/python-tests.yaml @@ -16,6 +16,7 @@ on: - requirements-dev.txt - setup.cfg - Dockerfile + - scripts/entrypoint.sh push: branches: - main @@ -28,7 +29,7 @@ on: - requirements-dev.txt - setup.cfg - Dockerfile - + - scripts/entrypoint.sh permissions: contents: read actions: write