Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Turn off PR preview (#3651)
Browse files Browse the repository at this point in the history
We are trying to simplify the https://github.com/Qiskit/gh-actions repo as much as possible, and likely archiving it to inline it into the main existing user: qiskit/documentation.

Now that this repo barely gets development and will be archived soon, we can turn off live previews. You can still preview the app locally.
  • Loading branch information
Eric-Arellano authored Mar 14, 2024
1 parent 67eefd9 commit c65eae1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 59 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/preview-deploy.yml

This file was deleted.

12 changes: 0 additions & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ contributors and maintainers of this site and so, thank you!
- [Working on an issue](#working-on-an-issue)
- [Adding tests](#adding-tests)
- [Pull requests](#pull-requests)
- [Live previews](#live-previews)
- [Code review](#code-review)
- [Merging](#merging)
- [Code style](#code-style)
Expand Down Expand Up @@ -182,17 +181,6 @@ request is merged. Unfortunately, this does not work when merging pull requests
branch. In these occassions, remember to manually close the related pull requests after
[merging the pull request](#merging).

### Live previews

As part of our continuous integration infrastructure, every pull request opened from the head repository that passes
the build process, receives a dedicated deployment running on [IBM Code Engine](https://cloud.ibm.com/codeengine/overview).

This allows the team to have live branch previews, making it easier to share
links and review changes as necessary. You can preview your working branch at
`https://qiskit-org-pr-<pull-request-number>.<unique_id>.us-south.codeengine.appdomain.cloud/`.

This means that for forked repositories the pull request will not generate a live preview and that step will be skipped.

### Code review

When you open a PR you will see a template in the pull request body. Please read it carefully and fill in the necessary
Expand Down

0 comments on commit c65eae1

Please sign in to comment.