Skip to content

Commit

Permalink
Don't run all jobs on every PR (decidim#7693)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Riera <[email protected]>
  • Loading branch information
leio10 and mrcasals authored Mar 24, 2021
1 parent e2348de commit dc3f989
Show file tree
Hide file tree
Showing 34 changed files with 304 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci_accountability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-accountability/**"
- "decidim-admin/**"
- "decidim-assemblies/**"
- "decidim-comments/**"
- "decidim-core/**"
- "decidim-dev/**"
- "decidim-meetings/**"
- "decidim-participatory_processes/**"
- "decidim-proposals/**"

env:
CI: "true"
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/ci_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-core/**"
- "decidim-dev/**"
- "decidim-participatory_processes/**"

env:
CI: "true"
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/ci_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-api/**"
- "decidim-comments/**"
- "decidim-core/**"
- "decidim-dev/**"
- "decidim-participatory_processes/**"

env:
CI: "true"
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/ci_assemblies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-assemblies/**"
- "decidim-core/**"
- "decidim-dev/**"

env:
CI: "true"
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/ci_blogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-assemblies/**"
- "decidim-blogs/**"
- "decidim-comments/**"
- "decidim-core/**"
- "decidim-dev/**"
- "decidim-participatory_processes/**"

env:
CI: "true"
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/ci_budgets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-budgets/**"
- "decidim-comments/**"
- "decidim-core/**"
- "decidim-dev/**"
- "decidim-proposals/**"

env:
CI: "true"
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/ci_comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-comments/**"
- "decidim-core/**"
- "decidim-dev/**"

env:
CI: "true"
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/ci_conferences.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-conferences/**"
- "decidim-core/**"
- "decidim-dev/**"
- "decidim-meetings/**"

env:
CI: "true"
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/ci_consultations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-comments/**"
- "decidim-consultations/**"
- "decidim-core/**"
- "decidim-dev/**"

env:
CI: "true"
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ci_core_system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-api/**"
- "decidim-core/**"
- "decidim-dev/**"

env:
CI: "true"
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ci_core_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-api/**"
- "decidim-core/**"
- "decidim-dev/**"

env:
CI: "true"
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/ci_debates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-comments/**"
- "decidim-core/**"
- "decidim-debates/**"
- "decidim-dev/**"

env:
CI: "true"
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/ci_elections_system_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-bulletin_board/**"
- "decidim-core/**"
- "decidim-dev/**"
- "decidim-elections/**"
- "decidim-forms/**"
- "decidim-proposals/**"

env:
CI: "true"
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/ci_elections_system_public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-bulletin_board/**"
- "decidim-core/**"
- "decidim-dev/**"
- "decidim-elections/**"
- "decidim-forms/**"
- "decidim-proposals/**"

env:
CI: "true"
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/ci_elections_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-bulletin_board/**"
- "decidim-core/**"
- "decidim-dev/**"
- "decidim-elections/**"
- "decidim-forms/**"
- "decidim-proposals/**"

env:
CI: "true"
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/ci_forms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-core/**"
- "decidim-dev/**"
- "decidim-forms/**"

env:
CI: "true"
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ci_generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-core/**"
- "decidim-generators/**"

env:
CI: "true"
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/ci_initiatives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-comments/**"
- "decidim-core/**"
- "decidim-dev/**"
- "decidim-initiatives/**"
- "decidim-verifications/**"

env:
CI: "true"
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/ci_meetings_system_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-assemblies/**"
- "decidim-core/**"
- "decidim-dev/**"
- "decidim-forms/**"
- "decidim-meetings/**"
- "decidim-participatory_processes/**"

env:
CI: "true"
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/ci_meetings_system_public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-assemblies/**"
- "decidim-core/**"
- "decidim-dev/**"
- "decidim-forms/**"
- "decidim-meetings/**"
- "decidim-participatory_processes/**"

env:
CI: "true"
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/ci_meetings_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-assemblies/**"
- "decidim-core/**"
- "decidim-dev/**"
- "decidim-forms/**"
- "decidim-meetings/**"
- "decidim-participatory_processes/**"

env:
CI: "true"
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/ci_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-core/**"
- "decidim-dev/**"
- "decidim-pages/**"
- "decidim-participatory_processes/**"

env:
CI: "true"
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/ci_participatory_processes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-core/**"
- "decidim-dev/**"
- "decidim-participatory_processes/**"

env:
CI: "true"
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/ci_proposals_system_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-assemblies/**"
- "decidim-budgets/**"
- "decidim-comments/**"
- "decidim-core/**"
- "decidim-dev/**"
- "decidim-meetings/**"
- "decidim-participatory_processes/**"
- "decidim-proposals/**"

env:
CI: "true"
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/ci_proposals_system_public_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ on:
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-assemblies/**"
- "decidim-budgets/**"
- "decidim-comments/**"
- "decidim-core/**"
- "decidim-dev/**"
- "decidim-meetings/**"
- "decidim-participatory_processes/**"
- "decidim-proposals/**"

env:
CI: "true"
Expand Down
Loading

0 comments on commit dc3f989

Please sign in to comment.