Skip to content

Commit

Permalink
Prevent gh-actions from publishing v3 unless explicitly asked to (#5835)
Browse files Browse the repository at this point in the history
* Prevent gh-actions from publishing v3 unless explicitly asked to

* ) says: "Wait for meeeeeee!"

* Update branch name regex

* Revert release-v3 changes
  • Loading branch information
piiq authored Nov 30, 2023
1 parent a784bba commit 2999931
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ env:
on:
push:
branches:
- release/*
- main
- release/v3/*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
mode: minimum
count: 1
labels: "guides, bug, build, do not merge, docker, docs, duplicate, enhancement, feat XS, feat S, feat M, feat L, feat XL, help wanted, refactor, tests, discord, dependencies, notebookreports, dashboards, analytics, portfolio, installer, SDK, release "
labels: "guides, bug, build, do not merge, docker, docs, duplicate, enhancement, feat XS, feat S, feat M, feat L, feat XL, help wanted, refactor, tests, discord, dependencies, notebookreports, dashboards, analytics, portfolio, installer, platform, release "
- uses: mheap/github-action-required-labels@v1
with:
mode: exactly
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Deploy to PyPI
on:
push:
branches:
- release/*
- main
- release/v3/*

workflow_dispatch:

Expand Down

0 comments on commit 2999931

Please sign in to comment.