Skip to content

Commit

Permalink
ci: remove running on the-epic-split
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Feb 12, 2024
1 parent c0a00d0 commit 333d8a6
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ibis-backends-skip-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
branches:
- main
- "*.x.x"
- the-epic-split
pull_request:
paths:
- "docs/**"
Expand All @@ -26,7 +25,6 @@ on:
branches:
- main
- "*.x.x"
- the-epic-split
merge_group:
jobs:
test_backends:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ibis-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
branches:
- main
- "*.x.x"
- the-epic-split
pull_request:
# Skip the backend suite if all changes are docs
paths-ignore:
Expand All @@ -26,7 +25,6 @@ on:
branches:
- main
- "*.x.x"
- the-epic-split
merge_group:

permissions:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ibis-docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
- "*.x.x"
- "the-epic-split"
merge_group:

concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ibis-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
branches:
- main
- "*.x.x"
- the-epic-split
pull_request:
branches:
- main
- "*.x.x"
- the-epic-split
merge_group:

concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ibis-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
branches:
- main
- "*.x.x"
- "the-epic-split"
pull_request:
# Skip the test suite if all changes are in the docs directory
paths-ignore:
Expand All @@ -22,7 +21,6 @@ on:
branches:
- main
- "*.x.x"
- "the-epic-split"
merge_group:

permissions:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/nix-skip-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
branches:
- main
- "*.x.x"
- "the-epic-split"
pull_request:
paths:
- "docs/**"
Expand All @@ -23,7 +22,6 @@ on:
branches:
- main
- "*.x.x"
- "the-epic-split"
merge_group:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
branches:
- main
- "*.x.x"
- "!the-epic-split"
pull_request:
paths-ignore:
- "docs/**"
Expand All @@ -20,7 +19,6 @@ on:
branches:
- main
- "*.x.x"
- "!the-epic-split"
merge_group:

concurrency:
Expand Down

0 comments on commit 333d8a6

Please sign in to comment.