Skip to content

Commit

Permalink
fix wrong event name
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Nov 16, 2024
1 parent 30811c5 commit bfab375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dep_iocipher_jni.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: rm -f output.txt

- name: Create Pull Request
if: ${{ (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/zoff99/dev003' }}
if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/zoff99/dev003' }}
uses: peter-evans/create-pull-request@v7
with:
commit-message: ${{ steps.titletext_str.outputs.titletext }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_toxcore_jni.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: rm -f output.txt

- name: Create Pull Request
if: ${{ (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/zoff99/dev003' }}
if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/zoff99/dev003' }}
uses: peter-evans/create-pull-request@v7
with:
commit-message: ${{ steps.titletext_str.outputs.titletext }}
Expand Down

0 comments on commit bfab375

Please sign in to comment.