We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3fd9ef commit 4b1b202Copy full SHA for 4b1b202
1 file changed
.github/workflows/upstream-dev-ci.yaml
@@ -21,6 +21,9 @@ jobs:
21
upstream-dev:
22
name: upstream-dev
23
runs-on: ubuntu-latest
24
+ permissions:
25
+ contents: read
26
+ issues: write
27
if: |
28
always()
29
&& (
@@ -83,8 +86,8 @@ jobs:
83
86
84
87
failure()
85
88
&& steps.status.outcome == 'failure'
- && github.event_name == 'schedule'
- && github.repository_owner == 'mpytools'
89
+ # && github.event_name == 'schedule'
90
+ # && github.repository_owner == 'mpytools'
91
uses: xarray-contrib/issue-from-pytest-log@v1
92
with:
93
log-path: output-${{ matrix.python-version }}-log.jsonl
0 commit comments