Skip to content

Commit

Permalink
cleanup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Jul 11, 2024
1 parent 01a47f5 commit 6b3c0ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
docker_image:
needs: sc_version
if: always() && !cancelled()
name: Get tools image
permissions:
contents: write
Expand All @@ -86,7 +85,6 @@ jobs:
needs: docker_image
name: Check RTL

if: always() && !cancelled()
runs-on: ubuntu-latest
container:
image: ${{ needs.docker_image.outputs.sc_tool }}
Expand Down

0 comments on commit 6b3c0ae

Please sign in to comment.