Skip to content

Commit 82ee8a9

Browse files
committed
Continue if no changed files found
1 parent 4599674 commit 82ee8a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/d4d_to_synapse_table.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'src/html/output/*'
1010

1111
env:
12-
IGNORE_UNCHANGED: True
12+
IGNORE_UNCHANGED: true
1313

1414
jobs:
1515
update_d4d_table:
@@ -44,6 +44,7 @@ jobs:
4444
CHANGED_FILES=$(echo "$CHANGED_FILES" | tr '\n' ' ')
4545
echo "CHANGED_FILES=$CHANGED_FILES" >> $GITHUB_ENV
4646
echo "Files changed: $CHANGED_FILES"
47+
continue-on-error: true
4748

4849
- name: Run script to update synapse tables
4950
run: |

0 commit comments

Comments
 (0)