Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed May 1, 2024
1 parent 4349b73 commit 3e0803c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/gradle-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
- 'dependabot/**'
pull_request_target:
types: [opened, synchronize, reopened]
paths-ignore:
- 'release-notes/**'
- '.github/**'
- '**.md'

permissions:
contents: read # to fetch code (actions/checkout)
Expand All @@ -31,6 +27,7 @@ jobs:
release-notes/**
.github/**
**.md
- run: echo "Value is :${{steps.changed-files-specific.outputs.any_changed}}"

gradle-check:
needs: check-files
Expand Down

0 comments on commit 3e0803c

Please sign in to comment.