From 1ce8938f1d783971b56d22a5a077d8cbddc836a0 Mon Sep 17 00:00:00 2001 From: keewis Date: Wed, 13 Jan 2021 22:35:43 +0100 Subject: [PATCH] don't skip the scheduled CI (#4806) --- .github/workflows/upstream-dev-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upstream-dev-ci.yaml b/.github/workflows/upstream-dev-ci.yaml index bb325c1837e..b36ab410d8c 100644 --- a/.github/workflows/upstream-dev-ci.yaml +++ b/.github/workflows/upstream-dev-ci.yaml @@ -32,7 +32,7 @@ jobs: always() && github.repository == 'pydata/xarray' && ( - (github.event_name == 'scheduled' || github.event_name == 'workflow_dispatch') + (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') || needs.detect-ci-trigger.outputs.triggered == 'true' ) defaults: