Merge pull request #13407 from rioug/fix-undercover-ci-step

CI - Do not run undercover CI step on the master branch
This commit is contained in:
Maikel
2025-07-02 11:04:29 +10:00
committed by GitHub

View File

@@ -412,3 +412,4 @@ jobs:
run: |
git fetch --no-tags origin master:master
bundle exec undercover
if: ${{ github.ref != 'refs/heads/master' }} # Does not run on master, as we can't fetch master in the master branch