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.
GHA
concurrency
1 parent e8d4239 commit e939bfcCopy full SHA for e939bfc
.github/workflows/ci-additional.yaml
@@ -16,6 +16,9 @@ jobs:
16
detect-ci-trigger:
17
name: detect ci trigger
18
runs-on: ubuntu-latest
19
+ if: |
20
+ github.repository == 'pydata/xarray'
21
+ && (github.event_name == 'push' || github.event_name == 'pull_request')
22
outputs:
23
triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
24
steps:
.github/workflows/ci.yaml
0 commit comments