Change: Disable git pull by default, github actions do that already. #414
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Testing | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| testing: | |
| name: Testing | |
| uses: OpenTTD/actions/.github/workflows/rw-entry-testing-docker-py.yml@v5 | |
| with: | |
| python-path: webtranslate scripts/filter_update_langs scripts/lang_sync scripts/eintsgit.py | |
| python-version: 3.11 |