We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16bcdb9 commit 7090372Copy full SHA for 7090372
1 file changed
.github/workflows/tests.yaml
@@ -9,9 +9,8 @@ on:
9
workflow_dispatch:
10
11
permissions:
12
+ # contents is required by actions/checkout
13
contents: read
- issues: read
14
- pull-requests: read
15
16
concurrency:
17
group: ${{ github.workflow }}-${{ github.ref }}
@@ -51,8 +50,8 @@ jobs:
51
50
include:
52
# Only test oldest supported and latest python version to reduce
53
# GitHub API calls, as they can get rate limited
54
- - python-version: "3.10"
55
- python-version: 3.x
+ - python-version: "3.10"
56
57
steps:
58
- uses: actions/checkout@v6
0 commit comments