Skip to content

Commit

Permalink
Skip debug script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danack committed Jul 7, 2024
1 parent 7e433de commit 8b401da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
for file in tests/*.phpt; do grep $(basename $file) package.xml >/dev/null || (echo "Missing $file from package.xml" ; exit 1); done
bash ./imagemagick_dependency.sh "${{ matrix.imagemagick }}" $(pwd)
- name: Debug ImageMagick policy
run: |
bash ./debug_policy.sh
# - name: Debug ImageMagick policy
# run: |
# bash ./debug_policy.sh

- name: Configure, install, and basic checks
run: |
Expand Down

0 comments on commit 8b401da

Please sign in to comment.