Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
longshuicy committed Feb 5, 2024
1 parent 4537230 commit 8ef70d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
echo "github.ref: ${{ github.ref }}"
- name: Publish to NCSA OpenSource
if: github.event_name != 'pull_request'
if: |
github.event_name != 'pull_request'
&& github.repository == env.MAIN_REPO
&& startsWith(github.ref, 'refs/tags/')
&& contains(github.ref, 'v2.0.0')
Expand Down

0 comments on commit 8ef70d1

Please sign in to comment.