Skip to content

Commit

Permalink
problem?
Browse files Browse the repository at this point in the history
  • Loading branch information
Erutis committed Aug 23, 2024
1 parent f2d951f commit ec20871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/second-try.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
exit 1
else
echo "Neither condition is true. Completing successfully."
echo "continue=false" >> $GITHUB_ENV
echo "CONTINUE=false" >> $GITHUB_ENV
fi
run-alembic:
if: ${{ env.continue == 'true' }}
if: ${{ env.CONTINUE == 'true' }}
runs-on: ubuntu-latest
steps:
- name: Set up Python
Expand Down

0 comments on commit ec20871

Please sign in to comment.