Skip to content

Commit 92b5444

Browse files
committed
Auto-sync: 2026-02-17 04:40
1 parent 3970165 commit 92b5444

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/testing_week_01.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Determine tasks to run
3737
id: get-tasks
3838
run: |
39-
if [["${{ github.event_name }}" = "schedule"]] ||
39+
if [[ "${{ github.event_name }}" = "schedule" ]] ||
4040
[[ "${{ github.event.inputs.tasks }}" = "all" ]]; then
4141
# Find all tasks
4242
TASKS=()

.github/workflows/testing_week_02.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Determine tasks to run
3636
id: get-tasks
3737
run: |
38-
if [["${{ github.event_name }}" = "schedule"]] ||
38+
if [[ "${{ github.event_name }}" = "schedule" ]] ||
3939
[[ "${{ github.event.inputs.tasks }}" = "all" ]]; then
4040
# Find all tasks
4141
TASKS=()

.github/workflows/testing_week_03.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Determine tasks to run
3939
id: get-tasks
4040
run: |
41-
if [["${{ github.event_name }}" = "schedule"]] ||
41+
if [[ "${{ github.event_name }}" = "schedule" ]] ||
4242
[[ "${{ github.event.inputs.tasks }}" = "all" ]]; then
4343
# Find all tasks
4444
TASKS=()

.github/workflows/testing_week_04.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Determine tasks to run
3434
id: get-tasks
3535
run: |
36-
if [["${{ github.event_name }}" = "schedule"]] ||
36+
if [[ "${{ github.event_name }}" = "schedule" ]] ||
3737
[[ "${{ github.event.inputs.tasks }}" = "all" ]]; then
3838
# Find all tasks
3939
TASKS=()

.github/workflows/testing_week_05.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Determine tasks to run
3434
id: get-tasks
3535
run: |
36-
if [["${{ github.event_name }}" = "schedule"]] ||
36+
if [[ "${{ github.event_name }}" = "schedule" ]] ||
3737
[[ "${{ github.event.inputs.tasks }}" = "all" ]]; then
3838
# Find all tasks
3939
TASKS=()

.github/workflows/testing_week_06.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Determine tasks to run
3333
id: get-tasks
3434
run: |
35-
if [["${{ github.event_name }}" = "schedule"]] ||
35+
if [[ "${{ github.event_name }}" = "schedule" ]] ||
3636
[[ "${{ github.event.inputs.tasks }}" = "all" ]]; then
3737
# Find all tasks
3838
TASKS=()

0 commit comments

Comments
 (0)