Skip to content

Commit 4618b62

Browse files
authored
Fix
1 parent cec7758 commit 4618b62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branches:
1111
- master
1212
- '[45].*.z'
13-
pull_request_target:
13+
pull_request:
1414
branches:
1515
- master
1616
- '[45].*.z'

.github/workflows/get-python-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
echo "python-versions=${python_versions}" >> $GITHUB_OUTPUT
2626
echo "earliest-python-version=$(echo "${python_versions}" | jq --raw-output '.[0]')" >> $GITHUB_OUTPUT
2727
echo "latest-python-version=$(echo "${python_versions}" | jq --raw-output '.[-1]')" >> $GITHUB_OUTPUT
28-
- run: exit 0
28+
- run: exit 0

0 commit comments

Comments
 (0)