Skip to content

Commit

Permalink
Merge branch 'main' into demo/chart-gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne authored Jul 25, 2024
2 parents 7987dad + f01bb3d commit deccb7c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/circleci-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
circleci-trigger:
if: ${{ ! github.event.pull_request.head.repo.fork }}
name: CircleCI tests trigger
environment: circleci_secrets
runs-on: ubuntu-latest
steps:
- name: Start CircleCI pipeline
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release-if-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
package_version: ${{ steps.version_check.outputs.package_version }}

build-publish:
environment: vizro_secrets
needs: [check-version]
if: |
needs.check-version.outputs.new_release == 'True'
Expand Down Expand Up @@ -85,7 +84,6 @@ jobs:
password: ${{ env.PYPI_TOKEN }}

version-bump:
environment: vizro_secrets
needs: [check-version, build-publish]
if: |
needs.check-version.outputs.new_release == 'True'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-integration-vizro-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
test-integration-vizro-ai:
if: ${{ ! github.event.pull_request.head.repo.fork }}
name: test-integration-vizro-ai on Py${{ matrix.python-version }} ${{ matrix.label }}
environment: vizro_ai_secrets
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit deccb7c

Please sign in to comment.