Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Aug 21, 2023
1 parent 4e0d164 commit 5fc0772
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/check-viewer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Check viewer

on:
pull_request:
types: [opened, ready_for_review, reopened, synchronize]
paths:
- 'js/pdfjs/web/viewer.html'

permissions:
contents: read

concurrency:
group: check-viewer-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
check-viewer:
name: Check viewer

if: github.event.pull_request.draft == false

runs-on: ubuntu-latest

steps:
- name: Check viewer
run: |
echo "Check viewer.php - viewer.html got updated so viewer.php needs an update"
exit 1
28 changes: 0 additions & 28 deletions .github/workflows/update-viewer.yml

This file was deleted.

0 comments on commit 5fc0772

Please sign in to comment.