Skip to content

Commit

Permalink
Merge pull request #107 from sbv-world-health-org-metrics/remove-if-s…
Browse files Browse the repository at this point in the history
…tatement

Remove `if` statement
  • Loading branch information
ipc103 authored Mar 6, 2024
2 parents 51ce95c + 587cdf8 commit 657eb26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
# Don't deploy PRs, just test the build...
if: github.event_name != "pull_request"
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 657eb26

Please sign in to comment.