[FIX]Network clustering: Fix auto-apply on enabling/disabling attenuation #20
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: Check translations | |
| on: | |
| push: | |
| branches: | |
| - master | |
| pull_request: | |
| branches: | |
| - master | |
| jobs: | |
| test-translations: | |
| uses: biolab/orange-ci-cd/.github/workflows/test-translations.yml@master | |
| with: | |
| package-dir: orangecontrib/network |