Skip to content

Commit

Permalink
v3.1 - Configure & Install docs-mobile.talawa.io Docusaurus Site
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes committed Dec 27, 2024
1 parent 37e7159 commit 4cf3d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
exit 1
Check-Sensitive-Files:
if: ${{ github.actor != 'dependabot[bot]' }}
if: ${{ github.actor != 'dependabot[bot]' && !contains(github.event.pull_request.labels.*.name, 'ignore-sensitive-files-pr') }}
name: Checks if sensitive files have been changed without authorization
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4cf3d7b

Please sign in to comment.