Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mbenabda/testcontainers-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 90166f78434c501e8e8930dcdd9120542d56fd04
Choose a base ref
..
head repository: mbenabda/testcontainers-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b2d137a47e654d416a59be4abe08074c593443a2
Choose a head ref
Showing with 0 additions and 4 deletions.
  1. +0 −1 .github/workflows/ci-community.yml
  2. +0 −1 .github/workflows/ci-core.yml
  3. +0 −1 .github/workflows/ci-lint.yml
  4. +0 −1 .github/workflows/docs.yml
1 change: 0 additions & 1 deletion .github/workflows/ci-community.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@ name: modules

on:
push:
branches: [ main ]
paths:
- "modules/**"
pull_request:
1 change: 0 additions & 1 deletion .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@ name: core

on:
push:
branches: [main]
pull_request:
branches: [main]

1 change: 0 additions & 1 deletion .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@ name: lint

on:
push:
branches: [main]
pull_request:
branches: [main]

1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@ name: docs

on:
push:
branches: [main]
pull_request:
branches: [main]