Skip to content

Commit 2263615

Browse files
committed
chore: commit possibly modified todos-on-github.tsv
Correction for 582cfb3 commit. Part of #1610
1 parent 4ff4e89 commit 2263615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/todos-extract-from-code.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
run: ./src/main/scripts/ci/connect-todos-to-issues.sh generated-todos/todos-in-code.tsv
153153

154154
- 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'
156156
working-directory: generated-todos
157157
run: |
158158
PUZZLES_MAPPING_MODIFIED=no
@@ -166,7 +166,7 @@ jobs:
166166
echo "PUZZLES_MAPPING_MODIFIED=$PUZZLES_MAPPING_MODIFIED" | tee -a "$GITHUB_ENV"
167167
168168
- name: Commit updated mapping
169-
if: env.PUZZLES_FILES_MODIFIED == 'yes' && env.PUZZLES_MAPPING_MODIFIED == 'yes'
169+
if: env.PUZZLES_MAPPING_MODIFIED == 'yes'
170170
env:
171171
NEW_COMMIT_MSG: "chore: sync issues for ${{ env.COMMIT_MSG }}"
172172
working-directory: generated-todos

0 commit comments

Comments
 (0)