Skip to content

Commit 7e91c59

Browse files
Workflow
1 parent 123977d commit 7e91c59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish_release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767

6868

6969
- name: Approve pull request
70-
if: env.changed == 'true'
7170
env:
7271
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7372
run: |
@@ -77,7 +76,6 @@ jobs:
7776
fi
7877
7978
- name: Approve pull request and merge
80-
if: env.changed == 'true'
8179
env:
8280
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8381
run: |

0 commit comments

Comments
 (0)