Skip to content

Merge pull request #101 from openimis/feature/wait-for-mutation #267

Merge pull request #101 from openimis/feature/wait-for-mutation

Merge pull request #101 from openimis/feature/wait-for-mutation #267

Workflow file for this run

name: Module CI
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main
- 'release/**'
- develop
- 'feature/**'
workflow_dispatch:
inputs:
comment:
description: Just a simple comment to know the purpose of the manual build
required: false
jobs:
call:
name: Default CI Flow
uses: openimis/openimis-be_py/.github/workflows/ci_module.yml@develop
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
SONAR_PROJECT_KEY: openimis_openimis-be-social_protection_py
SONAR_ORGANIZATION: openimis-1
SONAR_PROJECT_NAME: openimis-be-social_protection_py
SONAR_PROJECT_VERSION: 1.0
SONAR_SOURCES: social_protection
SONAR_EXCLUSIONS: "**/migrations/**,**/static/**,**/media/**,**/tests/**"