Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
smallprogram committed Oct 25, 2024
1 parent 382c88e commit d0e6990
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testv4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ jobs:
if: ${{ needs.job2.result == 'skipped' }} # 判断 job2 是否跳过
run: |
echo "Job1 ${{ needs.job1.result }}"
echo "Job2 ${{ needs.job2.result }}"
echo "Job2 ${{ needs.job2.result }}"
echo "Job2 ${{ needs.job22.result }}"

0 comments on commit d0e6990

Please sign in to comment.