Skip to content

Commit 22ff654

Browse files
committed
chore: Remove a few redudant quotes from YAML files
This should be enforced by yamllint in the future.
1 parent 788e817 commit 22ff654

27 files changed

Lines changed: 37 additions & 30 deletions

.github/workflows/build_airflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ run-name: |
66
on:
77
workflow_dispatch:
88
schedule:
9-
- cron: "0 0 1/2 * *" # https://crontab.guru/#0_0_1/2_*_*
9+
- cron: 0 0 1/2 * * # https://crontab.guru/#0_0_1/2_*_*
1010
push:
1111
branches: [main]
1212
tags:

.github/workflows/build_druid.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ run-name: |
66
on:
77
workflow_dispatch:
88
schedule:
9-
- cron: "0 1 1/2 * *" # https://crontab.guru/#0_1_1/2_*_*
9+
- cron: 0 1 1/2 * * # https://crontab.guru/#0_1_1/2_*_*
1010
push:
1111
branches: [main]
1212
tags:

.github/workflows/build_hadoop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ run-name: |
66
on:
77
workflow_dispatch:
88
schedule:
9-
- cron: "0 2 1/2 * *" # https://crontab.guru/#0_2_1/2_*_*
9+
- cron: 0 2 1/2 * * # https://crontab.guru/#0_2_1/2_*_*
1010
push:
1111
branches: [main]
1212
tags:

.github/workflows/build_hbase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ run-name: |
66
on:
77
workflow_dispatch:
88
schedule:
9-
- cron: "0 0 2/2 * *" # https://crontab.guru/#0_0_2/2_*_*
9+
- cron: 0 0 2/2 * * # https://crontab.guru/#0_0_2/2_*_*
1010
push:
1111
branches: [main]
1212
tags:

.github/workflows/build_hive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ run-name: |
66
on:
77
workflow_dispatch:
88
schedule:
9-
- cron: "0 2 2/2 * *" # https://crontab.guru/#0_2_2/2_*_*
9+
- cron: 0 2 2/2 * * # https://crontab.guru/#0_2_2/2_*_*
1010
push:
1111
branches: [main]
1212
tags:

.github/workflows/build_java-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ run-name: |
66
on:
77
workflow_dispatch:
88
schedule:
9-
- cron: "0 0 1/2 * *" # https://crontab.guru/#0_0_1/2_*_*
9+
- cron: 0 0 1/2 * * # https://crontab.guru/#0_0_1/2_*_*
1010
push:
1111
branches: [main]
1212
tags:

.github/workflows/build_java-devel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ run-name: |
66
on:
77
workflow_dispatch:
88
schedule:
9-
- cron: "0 1 1/2 * *" # https://crontab.guru/#0_1_1/2_*_*
9+
- cron: 0 1 1/2 * * # https://crontab.guru/#0_1_1/2_*_*
1010
push:
1111
branches: [main]
1212
tags:

.github/workflows/build_kafka-testing-tools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ run-name: |
66
on:
77
workflow_dispatch:
88
schedule:
9-
- cron: "0 2 1/2 * *" # https://crontab.guru/#0_2_1/2_*_*
9+
- cron: 0 2 1/2 * * # https://crontab.guru/#0_2_1/2_*_*
1010
push:
1111
branches: [main]
1212
tags:

.github/workflows/build_kafka.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ run-name: |
66
on:
77
workflow_dispatch:
88
schedule:
9-
- cron: "0 0 2/2 * *" # https://crontab.guru/#0_0_2/2_*_*
9+
- cron: 0 0 2/2 * * # https://crontab.guru/#0_0_2/2_*_*
1010
push:
1111
branches: [main]
1212
tags:

.github/workflows/build_krb5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ run-name: |
66
on:
77
workflow_dispatch:
88
schedule:
9-
- cron: "0 2 2/2 * *" # https://crontab.guru/#0_2_2/2_*_*
9+
- cron: 0 2 2/2 * * # https://crontab.guru/#0_2_2/2_*_*
1010
push:
1111
branches: [main]
1212
tags:

0 commit comments

Comments
 (0)