Skip to content

Commit

Permalink
unneeded check
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanphan committed Jan 2, 2025
1 parent 122bee7 commit 37ae629
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ jobs:
&& (needs.test_js.result == 'success' || needs.test_js.result == 'skipped')
&& (needs.test_programs.result == 'success' || needs.test_programs.result == 'skipped')
&& (needs.test_rust.result == 'success' || needs.test_rust.result == 'skipped')
&& (needs.check_tag.outputs.type == 'ref' || needs.check_tag.outputs.type == 'release')
permissions:
contents: write
steps:
Expand Down

0 comments on commit 37ae629

Please sign in to comment.