Skip to content

Commit cbb324b

Browse files
committed
Suppress sanity checks
1 parent c015533 commit cbb324b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/raytracer_build.yml

-8
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,12 @@ jobs:
5757

5858
- name: 'Prebuild'
5959
uses: trevorsandy/povray/.github/actions/unix_prebuild@gh-actions-raytracer-v3
60-
- name: 'Sanity-Check Working Tree'
61-
uses: trevorsandy/povray/.github/actions/git_check_repo@gh-actions-raytracer-v3
6260

6361
- name: 'Configure'
6462
uses: trevorsandy/povray/.github/actions/unix_configure@gh-actions-raytracer-v3
6563
with:
6664
c-compiler: ${{ matrix.c-compiler }}
6765
cxx-compiler: ${{ matrix.cxx-compiler }}
68-
- name: 'Sanity-Check Working Tree'
69-
uses: trevorsandy/povray/.github/actions/git_check_repo@gh-actions-raytracer-v3
7066

7167
- name: 'Bundle Artifacts for Diagnostics'
7268
if: ${{ always() }}
@@ -76,16 +72,12 @@ jobs:
7672

7773
- name: 'Build'
7874
uses: trevorsandy/povray/.github/actions/unix_make@gh-actions-raytracer-v3
79-
- name: 'Sanity-Check Working Tree'
80-
uses: trevorsandy/povray/.github/actions/git_check_repo@gh-actions-raytracer-v3
8175

8276
- name: 'Build Check'
8377
if: ${{ success() }}
8478
uses: trevorsandy/povray/.github/actions/unix_make@gh-actions-raytracer-v3
8579
with:
8680
make-target: check
87-
- name: 'Sanity-Check Working Tree'
88-
uses: trevorsandy/povray/.github/actions/git_check_repo@gh-actions-raytracer-v3
8981

9082
- name: 'Upload Artifacts for Diagnostics'
9183
if: ${{ failure() }}

0 commit comments

Comments
 (0)