obervinov / users-package

This Python module is designed to simplify user management in Telegram bots, providing the necessary functionality for tasks such as user authentication, authorization and compliance with speed limits, ensuring effective management of user attributes and access rights.
MIT License
1 stars 0 forks source link

Add dependencies between tasks in the GitHub Actions #13

Closed obervinov closed 1 year ago

obervinov commented 1 year ago

Adding dependencies between tasks (for fix errors here and here) Maybe add to templates or specified workflow https://docs.github.com/en/actions/using-jobs/using-jobs-in-a-workflow#defining-prerequisite-jobs

name: Create GitHub Release

on:
  push:
    branches: [main]
    paths: ['vault/**']

jobs:
  create-release:
    uses: obervinov/_templates/.github/workflows/create.release.yml@v1.0.4
    needs: [pylint, verify-package, verify-changelog, pytest]
obervinov commented 1 year ago

done https://github.com/obervinov/users-package/pull/9/commits/ca7be9e4a85604a72d2c40cbe02f499d17a41982