Skip to content

Commit

Permalink
ci(enable): Enable validation
Browse files Browse the repository at this point in the history
  • Loading branch information
juancgalvis committed Jan 30, 2024
1 parent 3f4f97b commit 1bac6bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/force-push-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ jobs:
- name: Block push if no allowed files have been changed
if: ${{ steps.determine_changes.outputs.valid == 'false' }}
run: echo "No changes to allowed files. Blocking push." && exit 1
outputs:
status: ${{ job.status }}

0 comments on commit 1bac6bc

Please sign in to comment.