Skip to content

Commit

Permalink
more-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets committed Sep 11, 2023
1 parent b349c96 commit b426d2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:

e2e:
uses: ./.github/workflows/reusable_e2e.yaml
with:
mirrord_release_branch: false

ci-success:
name: ci
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/reusable_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
mirrord_release_branch:
required: false
type: boolean
default: true
default: false

jobs:
intellij-e2e:
Expand All @@ -38,6 +38,8 @@ jobs:
if: ${{ !github.event.inputs.mirrord_release_branch }}
uses: actions/checkout@v3

# mirrord_release_branch boolean when set, means we are on a release branch
# and hence we need to checkout into the last released tag of mirrord-intellij
- name: checkout into mirrord-intellij if mirrord_release_branch
if: ${{ github.event.inputs.mirrord_release_branch }}
uses: actions/checkout@v3
Expand All @@ -61,6 +63,8 @@ jobs:
python-version: 3.11
- uses: abatilo/actions-poetry@v2

# we are on a release branch, so we need to download the mirrord binary from
# mirrord-artifacts and add it to the path
- name: download mirrord binary
if: ${{ github.event.inputs.mirrord_release_branch }}
uses: actions/download-artifact@v3
Expand Down

0 comments on commit b426d2d

Please sign in to comment.