Skip to content

Commit

Permalink
chore : updated unauthorised file detection jobs (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
aialok authored Jun 10, 2024
1 parent 8411a47 commit 745a8fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:

Check-Unauthorized-File-Changes:
name: Checks if no unauthorized files are changed
if: ${{github.actor != 'dependabot[bot]'}}
runs-on: ubuntu-latest
steps:
steps:
- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit 745a8fc

Please sign in to comment.