We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006b2f6 commit 60aeea0Copy full SHA for 60aeea0
.github/workflows/pull_request.yml
@@ -88,6 +88,8 @@ jobs:
88
contents: 'read'
89
needs: python-dependencies
90
runs-on: ubuntu-22.04
91
+ env:
92
+ CI: True
93
steps:
94
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
95
- run: |
0 commit comments