Skip to content

Commit 9386f58

Browse files
committed
ci: adds a meeting dates placeholder in case we're on the off week
Signed-off-by: Vincent Biret <vincentbiret@hotmail.com>
1 parent c10e79f commit 9386f58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/agenda.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
done
5454
MEETING_DATES="$MEETING_DATES]"
5555
echo "MEETING_DATES=$MEETING_DATES" >> $GITHUB_OUTPUT
56+
- name: Set No Next Meeting Dates
57+
if: steps.check-week.outputs.should_run == 'false'
58+
run: |
59+
echo "MEETING_DATES=[]" >> $GITHUB_OUTPUT
5660
5761
create-discussion:
5862
needs: get-next-dates

0 commit comments

Comments
 (0)