Skip to content

Commit

Permalink
technical debt
Browse files Browse the repository at this point in the history
  • Loading branch information
e154 committed Aug 30, 2024
1 parent 172651d commit e2c6745
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
runs-on: ubuntu-latest
outputs:
output1: ${{ steps.artifact-upload-step.outputs.artifact-id }}
needs: [checkout]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -46,7 +45,6 @@ jobs:
runs-on: ubuntu-latest
outputs:
output1: ${{ steps.artifact-upload-step.outputs.artifact-id }}
needs: [checkout]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit e2c6745

Please sign in to comment.