We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555a70e commit 8cad757Copy full SHA for 8cad757
.github/workflows/ci-additional.yaml
@@ -119,6 +119,7 @@ jobs:
119
doctest:
120
name: Doctests
121
runs-on: "ubuntu-latest"
122
+ if: needs.detect-ci-trigger.outputs.triggered == 'false'
123
defaults:
124
run:
125
shell: bash -l {0}
.github/workflows/ci.yaml
@@ -115,6 +115,7 @@ jobs:
115
event_file:
116
name: "Event File"
117
runs-on: ubuntu-latest
118
+ if: github.repository == 'pydata/xarray'
steps:
- name: Upload
uses: actions/upload-artifact@v2
0 commit comments