Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mukunku authored Dec 15, 2023
1 parent 4d49c3b commit d058a36
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,3 @@ jobs:
- name: Result of external-repo-not-exists
if: always()
run: test "false" = "${{ steps.external-repo-not-exists.outputs.exists }}"

- run: echo "yes"
if: ${{ steps.exists.outputs.exists == 'true' }}
- run: echo "no"
if: steps.not-exists.outputs.exists == 'false'

- run: echo "yesxxxxx"
if: ${{ steps.exists.outputs.exists == 'false' }}
- run: echo "noxxxxx"
if: steps.not-exists.outputs.exists == 'true'

0 comments on commit d058a36

Please sign in to comment.