Skip to content

Commit

Permalink
Fix: Workflow dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Anoop Gopalakrishnan <[email protected]>
  • Loading branch information
anoop2811 committed Jan 22, 2024
1 parent d5f99be commit d5d7301
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ jobs:

unit-tests:
runs-on: ubuntu-22.04
needs: detect-noop
permissions:
contents: write
if: needs.detect-noop.outputs.noop != 'true'

steps:
- name: Set up Go
Expand Down

0 comments on commit d5d7301

Please sign in to comment.