Skip to content

Commit

Permalink
Merge branch 'refactors' into refactors-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mamu0 committed Oct 2, 2024
2 parents 96ebf23 + 2476193 commit 5d91e63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/infra_drift_detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,10 @@ jobs:
}
]
}
# Exit with an error if drift is detected, to ensure
# the failure is reflected in the README badge
- name: Exit with error
if: ${{ failure() || steps.drift.outputs.drift_found == 'true' }}
run: exit 1

0 comments on commit 5d91e63

Please sign in to comment.