Skip to content

Commit

Permalink
test run
Browse files Browse the repository at this point in the history
  • Loading branch information
brettedw committed Nov 7, 2024
1 parent 39b3612 commit f9e64a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
shell: bash
run: |
# Determine if the current week is an "even" week (biweekly toggle)
if [ $(( $(date +%V) % 2 )) -eq 1 ]; then
if [ $(( $(date +%V) % 2 )) -eq 0 ]; then
# Calculate the first and last day of the 2-week period
last_day=$(date -d "this wed" +%Y-%m-%d)
Expand Down

0 comments on commit f9e64a4

Please sign in to comment.