Skip to content

Commit

Permalink
Pass CI triggers to template
Browse files Browse the repository at this point in the history
At this point templates don't matter anymore.
  • Loading branch information
mostlyobvious committed Sep 10, 2023
1 parent 69b44ce commit 28e4a25
Show file tree
Hide file tree
Showing 55 changed files with 610 additions and 808 deletions.
27 changes: 12 additions & 15 deletions .github/workflows/aggregate_root_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,23 @@
name: aggregate_root_coverage
on:
workflow_dispatch:
repository_dispatch:
types:
- workflow_dispatch:
- repository_dispatch:
types:
- script
push:
paths:
- push:
paths: &1
- aggregate_root/Gemfile.lock
- ".github/workflows/aggregate_root_coverage.yml"
- support/**
- "!support/bundler/**"
- "!support/ci/**"
pull_request:
types: [opened, reopened]
paths:
- aggregate_root/Gemfile.lock
- ".github/workflows/aggregate_root_coverage.yml"
- support/**
- "!support/bundler/**"
- "!support/ci/**"
schedule:
- cron: "0 17 * * *"
- pull_request:
types:
- opened
- reopened
paths: *1
- schedule:
- cron: 0 17 * * *
jobs:
coverage:
runs-on: ubuntu-20.04
Expand Down
28 changes: 10 additions & 18 deletions .github/workflows/aggregate_root_mutate.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
name: aggregate_root_mutate
on:
workflow_dispatch:
repository_dispatch:
types:
- workflow_dispatch:
- repository_dispatch:
types:
- script
push:
paths:
- aggregate_root/**
- rails_event_store/**
- ruby_event_store/**
- ruby_event_store-active_record/**
- ruby_event_store-browser/**
- ruby_event_store-rspec/**
- ".github/workflows/aggregate_root_mutate.yml"
- support/**
- "!support/bundler/**"
- "!support/ci/**"
pull_request:
types: [opened, reopened]
paths:
- push:
paths: &1
- aggregate_root/**
- rails_event_store/**
- ruby_event_store/**
Expand All @@ -29,6 +16,11 @@ on:
- support/**
- "!support/bundler/**"
- "!support/ci/**"
- pull_request:
types:
- opened
- reopened
paths: *1
jobs:
mutate:
runs-on: ubuntu-20.04
Expand Down
28 changes: 10 additions & 18 deletions .github/workflows/aggregate_root_test.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
name: aggregate_root_test
on:
workflow_dispatch:
repository_dispatch:
types:
- workflow_dispatch:
- repository_dispatch:
types:
- script
push:
paths:
- aggregate_root/**
- rails_event_store/**
- ruby_event_store/**
- ruby_event_store-active_record/**
- ruby_event_store-browser/**
- ruby_event_store-rspec/**
- ".github/workflows/aggregate_root_test.yml"
- support/**
- "!support/bundler/**"
- "!support/ci/**"
pull_request:
types: [opened, reopened]
paths:
- push:
paths: &1
- aggregate_root/**
- rails_event_store/**
- ruby_event_store/**
Expand All @@ -29,6 +16,11 @@ on:
- support/**
- "!support/bundler/**"
- "!support/ci/**"
- pull_request:
types:
- opened
- reopened
paths: *1
jobs:
test:
runs-on: ubuntu-20.04
Expand Down
24 changes: 10 additions & 14 deletions .github/workflows/dres_client_test.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
name: dres_client_test
on:
workflow_dispatch:
repository_dispatch:
types:
- workflow_dispatch:
- repository_dispatch:
types:
- script
push:
paths:
- contrib/dres_client/**
- contrib/dres_rails/**
- ".github/workflows/dres_client_test.yml"
- support/**
- "!support/bundler/**"
- "!support/ci/**"
pull_request:
types: [opened, reopened]
paths:
- push:
paths: &1
- contrib/dres_client/**
- contrib/dres_rails/**
- ".github/workflows/dres_client_test.yml"
- support/**
- "!support/bundler/**"
- "!support/ci/**"
- pull_request:
types:
- opened
- reopened
paths: *1
jobs:
test:
runs-on: ubuntu-20.04
Expand Down
24 changes: 10 additions & 14 deletions .github/workflows/dres_rails_test.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
name: dres_rails_test
on:
workflow_dispatch:
repository_dispatch:
types:
- workflow_dispatch:
- repository_dispatch:
types:
- script
push:
paths:
- contrib/dres_client/**
- contrib/dres_rails/**
- ".github/workflows/dres_rails_test.yml"
- support/**
- "!support/bundler/**"
- "!support/ci/**"
pull_request:
types: [opened, reopened]
paths:
- push:
paths: &1
- contrib/dres_client/**
- contrib/dres_rails/**
- ".github/workflows/dres_rails_test.yml"
- support/**
- "!support/bundler/**"
- "!support/ci/**"
- pull_request:
types:
- opened
- reopened
paths: *1
jobs:
test:
runs-on: ubuntu-20.04
Expand Down
27 changes: 12 additions & 15 deletions .github/workflows/minitest-ruby_event_store_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,23 @@
name: minitest-ruby_event_store_coverage
on:
workflow_dispatch:
repository_dispatch:
types:
- workflow_dispatch:
- repository_dispatch:
types:
- script
push:
paths:
- push:
paths: &1
- contrib/minitest-ruby_event_store/Gemfile.lock
- ".github/workflows/minitest-ruby_event_store_coverage.yml"
- support/**
- "!support/bundler/**"
- "!support/ci/**"
pull_request:
types: [opened, reopened]
paths:
- contrib/minitest-ruby_event_store/Gemfile.lock
- ".github/workflows/minitest-ruby_event_store_coverage.yml"
- support/**
- "!support/bundler/**"
- "!support/ci/**"
schedule:
- cron: "0 17 * * *"
- pull_request:
types:
- opened
- reopened
paths: *1
- schedule:
- cron: 0 17 * * *
jobs:
coverage:
runs-on: ubuntu-20.04
Expand Down
23 changes: 10 additions & 13 deletions .github/workflows/minitest-ruby_event_store_mutate.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
name: minitest-ruby_event_store_mutate
on:
workflow_dispatch:
repository_dispatch:
types:
- workflow_dispatch:
- repository_dispatch:
types:
- script
push:
paths:
- contrib/minitest-ruby_event_store/**
- ".github/workflows/minitest-ruby_event_store_mutate.yml"
- support/**
- "!support/bundler/**"
- "!support/ci/**"
pull_request:
types: [opened, reopened]
paths:
- push:
paths: &1
- contrib/minitest-ruby_event_store/**
- ".github/workflows/minitest-ruby_event_store_mutate.yml"
- support/**
- "!support/bundler/**"
- "!support/ci/**"
- pull_request:
types:
- opened
- reopened
paths: *1
jobs:
mutate:
runs-on: ubuntu-20.04
Expand Down
23 changes: 10 additions & 13 deletions .github/workflows/minitest-ruby_event_store_test.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
name: minitest-ruby_event_store_test
on:
workflow_dispatch:
repository_dispatch:
types:
- workflow_dispatch:
- repository_dispatch:
types:
- script
push:
paths:
- contrib/minitest-ruby_event_store/**
- ".github/workflows/minitest-ruby_event_store_test.yml"
- support/**
- "!support/bundler/**"
- "!support/ci/**"
pull_request:
types: [opened, reopened]
paths:
- push:
paths: &1
- contrib/minitest-ruby_event_store/**
- ".github/workflows/minitest-ruby_event_store_test.yml"
- support/**
- "!support/bundler/**"
- "!support/ci/**"
- pull_request:
types:
- opened
- reopened
paths: *1
jobs:
test:
runs-on: ubuntu-20.04
Expand Down
27 changes: 12 additions & 15 deletions .github/workflows/rails_event_store_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,23 @@
name: rails_event_store_coverage
on:
workflow_dispatch:
repository_dispatch:
types:
- workflow_dispatch:
- repository_dispatch:
types:
- script
push:
paths:
- push:
paths: &1
- rails_event_store/Gemfile.lock
- ".github/workflows/rails_event_store_coverage.yml"
- support/**
- "!support/bundler/**"
- "!support/ci/**"
pull_request:
types: [opened, reopened]
paths:
- rails_event_store/Gemfile.lock
- ".github/workflows/rails_event_store_coverage.yml"
- support/**
- "!support/bundler/**"
- "!support/ci/**"
schedule:
- cron: "0 17 * * *"
- pull_request:
types:
- opened
- reopened
paths: *1
- schedule:
- cron: 0 17 * * *
jobs:
coverage:
runs-on: ubuntu-20.04
Expand Down
28 changes: 10 additions & 18 deletions .github/workflows/rails_event_store_mutate.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
name: rails_event_store_mutate
on:
workflow_dispatch:
repository_dispatch:
types:
- workflow_dispatch:
- repository_dispatch:
types:
- script
push:
paths:
- aggregate_root/**
- rails_event_store/**
- ruby_event_store/**
- ruby_event_store-active_record/**
- ruby_event_store-browser/**
- ruby_event_store-rspec/**
- ".github/workflows/rails_event_store_mutate.yml"
- support/**
- "!support/bundler/**"
- "!support/ci/**"
pull_request:
types: [opened, reopened]
paths:
- push:
paths: &1
- aggregate_root/**
- rails_event_store/**
- ruby_event_store/**
Expand All @@ -29,6 +16,11 @@ on:
- support/**
- "!support/bundler/**"
- "!support/ci/**"
- pull_request:
types:
- opened
- reopened
paths: *1
jobs:
mutate:
runs-on: ubuntu-20.04
Expand Down
Loading

0 comments on commit 28e4a25

Please sign in to comment.