Skip to content

Commit

Permalink
chore(ci): skip running backend tests on the-epic-split branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Dec 13, 2023
1 parent 2370bf2 commit a88ac68
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ibis-backends-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- ".envrc"
branches:
- master
- "!the-epic-split"

permissions:
# this allows extractions/setup-just to list releases for `just` at a higher
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ibis-backends-skip-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
branches:
- master
- "*.x.x"
- "!the-epic-split"
pull_request:
paths:
- "docs/**"
Expand All @@ -23,6 +24,7 @@ on:
branches:
- master
- "*.x.x"
- "!the-epic-split"
merge_group:
jobs:
test_backends:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ibis-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
branches:
- master
- "*.x.x"
- "!the-epic-split"
pull_request:
# Skip the backend suite if all changes are docs
paths-ignore:
Expand All @@ -23,6 +24,7 @@ on:
branches:
- master
- "*.x.x"
- "!the-epic-split"
merge_group:

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

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

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

concurrency:
Expand Down

0 comments on commit a88ac68

Please sign in to comment.