Skip to content

Commit

Permalink
chore: comment out if" to test
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao committed Feb 22, 2024
1 parent 620f83c commit 8e7aa64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:

trigger-release:
needs: run-tests
if: github.ref_name == 'main'
# To test
# iif: github.ref_name == 'main'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 8e7aa64

Please sign in to comment.