Skip to content

Commit

Permalink
GHA concurrency followup (#6223)
Browse files Browse the repository at this point in the history
* Update ci.yaml

* Update ci-additional.yaml
  • Loading branch information
aaronspring committed Jan 31, 2022
1 parent e8d4239 commit e939bfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-additional.yaml
Expand Up @@ -16,6 +16,9 @@ jobs:
detect-ci-trigger:
name: detect ci trigger
runs-on: ubuntu-latest
if: |
github.repository == 'pydata/xarray'
&& (github.event_name == 'push' || github.event_name == 'pull_request')
outputs:
triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -16,6 +16,9 @@ jobs:
detect-ci-trigger:
name: detect ci trigger
runs-on: ubuntu-latest
if: |
github.repository == 'pydata/xarray'
&& (github.event_name == 'push' || github.event_name == 'pull_request')
outputs:
triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
steps:
Expand Down

0 comments on commit e939bfc

Please sign in to comment.