Skip to content

Commit 91e9f33

Browse files
committed
okay whatever
1 parent 297cf55 commit 91e9f33

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ name: EvaP Release
33
on:
44
workflow_dispatch:
55
# TODO: remove
6-
workflow_run:
7-
workflows: [EvaP Test Suite]
8-
types:
9-
- completed
6+
pull_request:
107

118

129
jobs:
@@ -18,8 +15,8 @@ jobs:
1815
id-token: write
1916
steps:
2017
- run: |
21-
RUN_ID=$(gh run list --commit "$GITHUB_REF" --status success --workflow "EvaP Test Suite" --json databaseId --jq '.[].databaseId')
22-
gh run download "$RUN_ID" --name wheel --dir dist
18+
RUN_ID=$(gh run list --commit "$GITHUB_REF" --status success --workflow "EvaP Test Suite" --json databaseId --jq '.[].databaseId')
19+
gh run download "$RUN_ID" --name wheel --dir dist
2320
- run: tar tvf dist/*.tar.gz
2421
- run: unzip -l dist/*.whl
2522
- name: Publish package distributions to PyPI

0 commit comments

Comments
 (0)