Skip to content

Commit

Permalink
230708.103109.CST revise lint_nagfor
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Jul 8, 2023
1 parent 090166a commit 93ef6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_nagfor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
export PATH=$PATH:"~/local/bin"
source ~/local/bin/nag_licensing || (echo "\n\nNAG licensing failed.\n\n" && exit 2)
cd "$ROOT_DIR"/fortran/${{ matrix.solver }}
if [[ $(($(date +%d) % 2)) == 0 ]] ; then
if [[ $(($(echo $(date +%d) | sed 's|^0||') % 2)) == 0 ]] ; then
bash ./flint -n --all
else
bash ./mlint -n --all
Expand Down

0 comments on commit 93ef6bc

Please sign in to comment.