Skip to content

Bump poetry from 2.0.0 to 2.0.1 in the version-update group #132

Bump poetry from 2.0.0 to 2.0.1 in the version-update group

Bump poetry from 2.0.0 to 2.0.1 in the version-update group #132

name: "Continuous Integration"
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch: # Allow manual triggering
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
call-test-code:
name: Run Test, Lint & Coverage
uses: ./.github/workflows/test-code.yml
secrets: inherit
call-dependabot-auto-merge:
name: Run Dependabot Auto-Merge
needs: call-test-code
if: >
(github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'abd-vro-machine') &&
needs.call-test-code.result == 'success'
uses: ./.github/workflows/dependabot-auto-merge.yml
secrets: inherit