Skip to content

Commit

Permalink
fix: do not enforce CI builds when upgrading deps (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
agdimech authored Nov 6, 2023
1 parent 73f8771 commit 7b0677b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
outputs:
patch_created: ${{ steps.create_patch.outputs.patch_created }}
env:
CI: "false" # TODO: this doesn't do anything given we check for existence of CI env not value
CI: ""
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 7b0677b

Please sign in to comment.