Skip to content

Commit

Permalink
Tweak conditional comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjrw committed Dec 22, 2023
1 parent 54b5a6d commit 9d5788d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ jobs:
uses: actions/checkout@v3

- name: Install and Build
# Skipping build if the PR has been closed
if: ${{ github.event.action != 'closed' }}
if: github.event.action != 'closed' # You might want to skip the build if the PR has been closed
run: |
npm install
npm run build
Expand Down

0 comments on commit 9d5788d

Please sign in to comment.