[chores] Moved user_not_allowed_to_change_owner definition up #57
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: Replicate Commits to Version Branch | |
| on: | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| version-branch: | |
| uses: openwisp/openwisp-utils/.github/workflows/reusable-version-branch.yml@master | |
| with: | |
| module_name: openwisp_users |