You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/21 06:56:05 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #15939: Add CI test for helm upgrade with different Executors

potiuk commented on a change in pull request #15939:
URL: https://github.com/apache/airflow/pull/15939#discussion_r636680287



##########
File path: .github/workflows/ci.yml
##########
@@ -21,9 +21,9 @@ on:  # yamllint disable-line rule:truthy
   schedule:
     - cron: '28 0 * * *'
   push:
-    branches: ['master', 'v[0-9]+-[0-9]+-test']
+    branches: ['master', 'v1-10-test', 'v1-10-stable', 'v2-0-test']
   pull_request:
-    branches: ['master', 'v[0-9]+-[0-9]+-test', 'v[0-9]+-[0-9]+-stable']
+    branches: ['master', 'v1-10-test', 'v1-10-stable', 'v2-0-test']

Review comment:
       This was a merge conflict and should be reverted :)




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org