Skip to content

Commit

Permalink
Update deploy_to_vercel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kcwww authored Oct 3, 2024
1 parent 2b2735d commit b5af0f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_to_vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
container: pandoc/latex
steps:
- name: Check if repository is snowball-deploy
- name: Check if repository is crystalball-deploy
run: |
if [ "${{ github.repository }}" == "kcwww/snowball-deploy" ]; then
echo "Repository is snowball-deploy. Exiting workflow."
if [ "${{ github.repository }}" == "kcwww/crystalball-deploy" ]; then
echo "Repository is crystalball-deploy. Exiting workflow."
exit 0
fi
- uses: actions/checkout@v2
Expand Down

0 comments on commit b5af0f7

Please sign in to comment.