Skip to content

Commit

Permalink
Remove redundant if.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Feb 1, 2024
1 parent 54f260b commit f3c6b97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/time-machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ jobs:
run: tar -xzvf build.tar.gz

- name: Configure fake time
if: matrix.date-offset != '0 years'
run: |
set -o errexit -o pipefail -o noclobber -o nounset
echo FAKETIME="${{ matrix.date-offset }}" >> $GITHUB_ENV
Expand Down

0 comments on commit f3c6b97

Please sign in to comment.