Skip to content

Commit

Permalink
Merge branch 'main' into feat/1641-search-in-add-fav-modal
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaopeng0202 authored Jan 29, 2025
2 parents 9e14e9d + 7042cb3 commit 0397f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

tests:
name: Java CI
if: ${{ ! github.event.pull_request.draft }}
if: (! github.event.pull_request.draft)
runs-on: ubuntu-24.04
strategy:
matrix:
Expand All @@ -55,7 +55,7 @@ jobs:
# https://github.com/marketplace/actions/aqua-security-trivy
trivy:
name: Security Scan
if: ${{ ! github.event.pull_request.draft }}
if: (! github.event.pull_request.draft)
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0397f02

Please sign in to comment.