Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsomthd committed Nov 25, 2024
1 parent 25986f0 commit bb41289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
action: ${{ github.event.action }}
base_from: ${{ github.event.changes.base.ref.from }}
base_ref: ${{ github.event.pull_request.base.ref }}
if: ${{ github.event.action != 'edited' || github.event.changes.base.ref.from != '' }}
if: ${{ github.event.action }} != 'edited' || ${{ github.event.changes.base.ref.from }} != ''
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit bb41289

Please sign in to comment.