File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152
152
run : ./src/main/scripts/ci/connect-todos-to-issues.sh generated-todos/todos-in-code.tsv
153
153
154
154
- name : Check whether todos-on-github.tsv has been modified
155
- if : env.PUZZLES_FILES_MODIFIED == 'yes'
155
+ if : env.PUZZLES_FILES_MODIFIED == 'yes' || env.HAVE_PUZZLES_WITHOUT_ISSUES == 'yes'
156
156
working-directory : generated-todos
157
157
run : |
158
158
PUZZLES_MAPPING_MODIFIED=no
@@ -166,7 +166,7 @@ jobs:
166
166
echo "PUZZLES_MAPPING_MODIFIED=$PUZZLES_MAPPING_MODIFIED" | tee -a "$GITHUB_ENV"
167
167
168
168
- name : Commit updated mapping
169
- if : env.PUZZLES_FILES_MODIFIED == 'yes' && env. PUZZLES_MAPPING_MODIFIED == 'yes'
169
+ if : env.PUZZLES_MAPPING_MODIFIED == 'yes'
170
170
env :
171
171
NEW_COMMIT_MSG : " chore: sync issues for ${{ env.COMMIT_MSG }}"
172
172
working-directory : generated-todos
You can’t perform that action at this time.
0 commit comments