Do not change the project's selected state when updated through the API #47
This file contains 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: "[CI] Budgeting Pipeline" | |
on: | |
push: | |
branches: | |
- develop | |
- main | |
- release/* | |
pull_request: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
cancel-in-progress: true | |
jobs: | |
build_app: | |
name: Build test application | |
uses: mainio/gha-decidim-module/.github/workflows/build_app.yml@main | |
secrets: inherit | |
main: | |
needs: build_app | |
name: Tests | |
uses: mainio/gha-decidim-module/.github/workflows/ci_rspec.yml@main | |
secrets: inherit |