This is an automated email from the ASF dual-hosted git repository.
xddeng pushed a commit to branch test-fixing-coverage
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/test-fixing-coverage by this
push:
new 6007141 Update ci.yml
6007141 is described below
commit 60071417fa962afd9e4c191f571912f9835cee81
Author: Xiaodong DENG <[email protected]>
AuthorDate: Sat Dec 26 17:50:13 2020 +0100
Update ci.yml
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 53a0228..1295e90 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,7 +21,7 @@ on: # yamllint disable-line rule:truthy
schedule:
- cron: '28 0 * * *'
push:
- branches: ['master', 'v1-10-test', 'v1-10-stable', 'v2-0-test']
+ branches: ['master', 'v1-10-test', 'v1-10-stable', 'v2-0-test',
'test-fixing-coverage']
pull_request:
branches: ['master', 'v1-10-test', 'v1-10-stable', 'v2-0-test']