Skip to content

Commit

Permalink
[.github] Disable collectScreenshots task in generate-screenshots.yml…
Browse files Browse the repository at this point in the history
… workflow
  • Loading branch information
edwinRNDR committed Sep 3, 2021
1 parent 5b77d75 commit 358a4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Collect screenshots
run: xvfb-run ./gradlew collectScreenshots
# - name: Collect screenshots
# run: xvfb-run ./gradlew collectScreenshots
- name: Build main readme
run: xvfb-run ./gradlew buildMainReadme
- name: Prepare media branch
Expand Down

0 comments on commit 358a4c6

Please sign in to comment.