Zaiming (Stone) Shi 3 лет назад
Родитель
Сommit
ee5e402bab

+ 5 - 5
.github/workflows/build_and_push_docker_images.yaml

@@ -6,11 +6,11 @@ concurrency:
 
 on:
   push:
-     branches:
-      - 'ci/**'
-   tags:
-      - v*
-      - e*
+    branches:
+    - 'ci/**'
+    tags:
+    - v*
+    - e*
   workflow_dispatch:
     inputs:
       which_branch:

+ 4 - 4
.github/workflows/build_packages.yaml

@@ -6,13 +6,13 @@ concurrency:
 
 on:
   schedule:
-    - cron:  '0 */6 * * *'
+  - cron:  '0 */6 * * *'
   push:
     branches:
-      - 'ci/**'
+    - 'ci/**'
     tags:
-      - v*
-      - e*
+    - v*
+    - e*
   workflow_dispatch:
     inputs:
       which_branch: