Skip to content

Commit

Permalink
just checking lint for now
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Dec 3, 2024
1 parent e71abda commit 6b2b5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
publish-latest-image:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/mrc-5976'
needs: [fe-unit-tests, be-unit-tests, integration-tests, playwright-tests, lint]
needs: [lint]
steps:
- name: Publish image manifest to latest
run: |
Expand Down

0 comments on commit 6b2b5b1

Please sign in to comment.