Skip to content

Commit

Permalink
Update check-and-ebook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed Apr 4, 2024
1 parent 8c09f37 commit 47036f7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check-and-ebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ on:
pull_request:
branches: ["main"]

permissions:
contents: read
# permissions:
# contents: read

jobs:
#
# check source code
#
check:
runs-on: ubuntu-22.04

Expand Down Expand Up @@ -45,7 +47,9 @@ jobs:
- name: check pre-commit hooks
uses: pre-commit/[email protected]

#
# make eBook
#
make:
needs: check
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 47036f7

Please sign in to comment.