Skip to content

Commit

Permalink
Revert "chore(deps): bump openssl from 0.10.60 to 0.10.66" (#4995)
Browse files Browse the repository at this point in the history
* Revert "chore(deps): bump openssl from 0.10.60 to 0.10.66 (#4965)"

This reverts commit ae18f91.

* chore(ci): stop showing commit message to avoid bad substitutions like https://github.com/prisma/prisma-engines/actions/runs/10664988277/job/29557431036\?pr\=4995\#step:4:13
  • Loading branch information
jkomyno committed Sep 2, 2024
1 parent 611ef41 commit f2561ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-engines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo "Repository Owner: $${{ github.repository_owner }}"
echo "Pull Request Author: ${{ github.actor }}"
echo "Pull Request Author Association: ${{ github.event.pull_request.author_association }}"
echo "Commit message:${{ steps.commit-msg.outputs.commit-msg }}"
# echo "Commit message:${{ steps.commit-msg.outputs.commit-msg }}"
echo "Commit message contains [integration]: ${{ contains(steps.commit-msg.outputs.commit-msg, '[integration]') }}"
- name: 'Check if commit message conatains `[integration]` and the PR author has permissions to trigger the workflow'
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f2561ec

Please sign in to comment.