1 parent 6eceba3 commit c69f1c5Copy full SHA for c69f1c5
1 file changed
.github/workflows/convert-proto.yml
@@ -16,7 +16,6 @@ on:
16
jobs:
17
auto-proto-convert:
18
runs-on: ubuntu-latest
19
- if: github.repository == 'opensearch-project/opensearch-protobufs'
20
steps:
21
- name: Checkout Repository
22
uses: actions/checkout@v4
@@ -158,7 +157,7 @@ jobs:
158
157
path: protos-schemas.diff
159
160
- name: Create Pull Request if changes exist
161
- if: github.event_name != 'pull_request' && steps.check_changes.outputs.changed == 'true' && github.repository == 'opensearch-project/opensearch-protobufs'
+ if: github.event_name != 'pull_request' && steps.check_changes.outputs.changed == 'true'
162
uses: peter-evans/create-pull-request@v7
163
with:
164
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments