Skip to content

Commit ed22dab

Browse files
committed
Update release.yml
1 parent 4185582 commit ed22dab

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,6 @@ jobs:
1414
- name: Checkout Repository
1515
uses: actions/checkout@v4
1616

17-
- name: Check if Commit is from Merged PR
18-
id: check_merge
19-
run: |
20-
gh api repos/${{ github.repository }}/commits/${{ github.sha }}/pulls > pulls.json
21-
if jq 'length == 0' pulls.json; then
22-
echo "This commit is not from a merged PR. Skipping workflow."
23-
exit 1
24-
fi
25-
env:
26-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27-
2817
- name: Set up Python
2918
uses: actions/setup-python@v4
3019
with:

0 commit comments

Comments
 (0)