Skip to content

Commit 301ae12

Browse files
authored
[ENHANCEMENT] ci: remove paths for builds (#5063)
<!-- Thanks for your contribution! As part of our Community Growers initiative 🌱, we're donating Justdiggit bunds in your name to reforest sub-Saharan Africa. To claim your Community Growers certificate, please contact David Berenstein in our Slack community or fill in this form https://tally.so/r/n9XrxK once your PR has been merged. --> # Description This PR removes path filters for workflows. **Type of change** (Please delete options that are not relevant. Remember to title the PR according to the type of change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Refactor (change restructuring the codebase without changing functionality) - [ ] Improvement (change adding some improvement to an existing functionality) **How Has This Been Tested** (Please describe the tests that you ran to verify your changes. And ideally, reference `tests`) - [ ] Test A - [ ] Test B **Checklist** - [ ] I added relevant documentation - [ ] I followed the style guidelines of this project - [ ] I did a self-review of my code - [ ] I made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I filled out [the contributor form](https://tally.so/r/n9XrxK) (see text above) - [ ] I have added relevant notes to the `CHANGELOG.md` file (See https://keepachangelog.com/)
1 parent a1ead71 commit 301ae12

File tree

4 files changed

+2
-13
lines changed

4 files changed

+2
-13
lines changed

.github/workflows/argilla-server.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
workflow_dispatch:
99

1010
push:
11-
paths:
12-
- argilla-server/**
1311
branches:
1412
- main
1513
- develop

.github/workflows/argilla-v1.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
workflow_dispatch:
99

1010
push:
11-
paths:
12-
- argilla-v1/**
1311
branches:
1412
- main
1513
- develop

.github/workflows/argilla.docs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ concurrency:
55
cancel-in-progress: true
66

77
on:
8+
workflow_dispatch:
9+
810
push:
911
tags:
1012
- "v*"
11-
paths:
12-
- "argilla/docs/**"
13-
- "argilla/src/**"
14-
- "argilla/mkdocs.yml"
1513
branches:
1614
- "main"
1715
- "develop"

.github/workflows/argilla.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
2-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
31
name: Build and publish the `argilla` sdk python package
42

53
concurrency:
@@ -10,9 +8,6 @@ on:
108
workflow_dispatch:
119

1210
push:
13-
paths:
14-
- argilla/**
15-
- "!argilla/docs/**"
1611
branches:
1712
- main
1813
- develop

0 commit comments

Comments
 (0)