Skip to content

Commit

Permalink
Run all workflows always
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Jun 17, 2024
1 parent 277becf commit 42516dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test_census_sms.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Test Census SMS
on:
push:
paths:
- "decidim-census_sms/**"
on: [push]

env:
RUBY_VERSION: 3.1.1
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test_stats.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Test Stats
on:
push:
paths:
- "decidim-stats/**"
on: [push]

env:
RUBY_VERSION: 3.1.1
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test_valid_auth.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Test Valid Auth
on:
push:
paths:
- "decidim-valid_auth/**"
on: [push]

env:
RUBY_VERSION: 3.1.1
Expand Down

0 comments on commit 42516dc

Please sign in to comment.