Skip to content

Commit

Permalink
ci: remove unused branches and ignore envrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 9, 2023
1 parent d9ab537 commit d0c6476
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 19 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ibis-backends-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ on:
# Skip the backend suite if all changes are in the docs directory
paths-ignore:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
- "codecov.yml"
- ".envrc"
branches:
- master
- quarto

permissions:
# this allows extractions/setup-just to list releases for `just` at a higher
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ibis-backends-skip-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ on:
- "**/*.md"
- "**/*.qmd"
- "codecov.yml"
- ".envrc"
branches:
- master
- "*.x.x"
- quarto
pull_request:
paths:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
- "codecov.yml"
- ".envrc"
branches:
- master
- "*.x.x"
- quarto
merge_group:
jobs:
test_backends:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ibis-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ on:
- "**/*.md"
- "**/*.qmd"
- "codecov.yml"
- ".envrc"
branches:
- master
- "*.x.x"
- quarto
pull_request:
# Skip the backend suite if all changes are docs
paths-ignore:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
- "codecov.yml"
- ".envrc"
branches:
- master
- "*.x.x"
- quarto
merge_group:

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

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ibis-main-skip-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ on:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
- ".envrc"
branches:
- master
- "*.x.x"
- quarto
pull_request:
paths:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
- ".envrc"
branches:
- master
- "*.x.x"
- quarto
merge_group:
jobs:
test_core:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ibis-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ on:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
- ".envrc"
branches:
- master
- "*.x.x"
- quarto
pull_request:
# Skip the test suite if all changes are in the docs directory
paths-ignore:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
- ".envrc"
branches:
- master
- "*.x.x"
- quarto
merge_group:

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ibis-tpch-queries-skip-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ on:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
- ".envrc"
branches:
- master
- "*.x.x"
- quarto
pull_request:
paths:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
- ".envrc"
branches:
- master
- "*.x.x"
- quarto
merge_group:

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ibis-tpch-queries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ on:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
- ".envrc"
branches:
- master
- "*.x.x"
- quarto
pull_request:
paths-ignore:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
- ".envrc"
branches:
- master
- "*.x.x"
- quarto
merge_group:

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nix-skip-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ on:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
- ".envrc"
branches:
- master
- "*.x.x"
- quarto
pull_request:
paths:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
- ".envrc"
branches:
- master
- "*.x.x"
- quarto
merge_group:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ on:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
- ".envrc"
branches:
- master
- "*.x.x"
- quarto
pull_request:
paths-ignore:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
- ".envrc"
branches:
- master
- "*.x.x"
- quarto
merge_group:

concurrency:
Expand Down

0 comments on commit d0c6476

Please sign in to comment.