Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
# Only run on the main repo (not on forks): neither the CodSpeed token nor write
# access to the `gh-pages` benchmark history is available to a fork.
if: github.repository == 'prisma/prisma'
if: github.repository == 'prisma/orm'
Comment thread
aqrln marked this conversation as resolved.
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ env:
FAILURE_TITLE_TEMPLATE: >-
${{
github.event.inputs.targetVersion &&
format('prisma/prisma Release {0} from {1} on latest tag failed :x:', github.event.inputs.targetVersion, github.ref_name) ||
'prisma/prisma Release failed :x:'
format('prisma/orm Release {0} from {1} on latest tag failed :x:', github.event.inputs.targetVersion, github.ref_name) ||
'prisma/orm Release failed :x:'
Comment thread
coderabbitai[bot] marked this conversation as resolved.
}}

jobs:
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Slack Notification on Success
uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # v2.3.2
env:
SLACK_TITLE: 'prisma/prisma Release ${{ needs.release.outputs.prismaVersion }} succeeded :white_check_mark:'
SLACK_TITLE: 'prisma/orm Release ${{ needs.release.outputs.prismaVersion }} succeeded :white_check_mark:'
SLACK_COLOR: '#55ff55'
SLACK_WEBHOOK: ${{ secrets.SLACK_RELEASE_FEED_WEBHOOK }}
SLACK_CHANNEL: feed-prisma-publish
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Upload test results to BuildPulse for flaky test detection
# Only run this step for branches where we have access to secrets.
# Run this step even when the tests fail. Skip if the workflow is cancelled.
if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/prisma'
if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/orm'
uses: buildpulse/buildpulse-action@d0d30f53585cf16b2e01811a5a753fd47968654a # v0.11.0
with:
account: 17219288
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
- name: Upload test results to BuildPulse for flaky test detection
# Only run this step for branches where we have access to secrets.
# Run this step even when the tests fail. Skip if the workflow is cancelled.
if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/prisma'
if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/orm'
uses: buildpulse/buildpulse-action@d0d30f53585cf16b2e01811a5a753fd47968654a # v0.11.0
with:
account: 17219288
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
- name: Upload test results to BuildPulse for flaky test detection
# Only run this step for branches where we have access to secrets.
# Run this step even when the tests fail. Skip if the workflow is cancelled.
if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/prisma'
if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/orm'
uses: buildpulse/buildpulse-action@d0d30f53585cf16b2e01811a5a753fd47968654a # v0.11.0
with:
account: 17219288
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
- name: Upload test results to BuildPulse for flaky test detection
# Only run this step for branches where we have access to secrets.
# Run this step even when the tests fail. Skip if the workflow is cancelled.
if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/prisma'
if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/orm'
uses: buildpulse/buildpulse-action@d0d30f53585cf16b2e01811a5a753fd47968654a # v0.11.0
with:
account: 17219288
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
- name: Upload test results to BuildPulse for flaky test detection
# Only run this step for branches where we have access to secrets.
# Run this step even when the tests fail. Skip if the workflow is cancelled.
if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/prisma'
if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/orm'
uses: buildpulse/buildpulse-action@d0d30f53585cf16b2e01811a5a753fd47968654a # v0.11.0
with:
account: 17219288
Expand Down Expand Up @@ -510,7 +510,7 @@ jobs:
- name: Upload test results to BuildPulse for flaky test detection
# Only run this step for branches where we have access to secrets.
# Run this step even when the tests fail. Skip if the workflow is cancelled.
if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/prisma'
if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/orm'
uses: buildpulse/buildpulse-action@d0d30f53585cf16b2e01811a5a753fd47968654a # v0.11.0
with:
account: 17219288
Expand Down Expand Up @@ -1051,7 +1051,7 @@ jobs:
- name: Upload test results to BuildPulse for flaky test detection
# Only run this step for branches where we have access to secrets.
# Run this step even when the tests fail. Skip if the workflow is cancelled.
if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason =='buildpulse' && github.repository == 'prisma/prisma'
if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason =='buildpulse' && github.repository == 'prisma/orm'
uses: buildpulse/buildpulse-action@d0d30f53585cf16b2e01811a5a753fd47968654a # v0.11.0
with:
account: 17219288
Expand Down Expand Up @@ -1272,7 +1272,7 @@ jobs:
- name: Upload test results to BuildPulse for flaky test detection
# Only run this step for branches where we have access to secrets.
# Run this step even when the tests fail. Skip if the workflow is cancelled.
if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/prisma'
if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/orm'
uses: buildpulse/buildpulse-action@d0d30f53585cf16b2e01811a5a753fd47968654a # v0.11.0
with:
account: 17219288
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/v7-update-engines-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
number: ${{ steps.cpr.outputs.pull-request-number }}

#
# Integration Engine PR for end to end testing (From prisma/prisma-engines to prisma/prisma and finally npm)
# Integration Engine PR for end to end testing (From prisma/prisma-engines to prisma/orm and finally npm)
# This will create a draft PR as we don't want to merge it
# But we want to publish it to npm
# For that we can create an `integration/` branch
Expand Down
Loading