Skip to content

Commit

Permalink
CI: Move PR doc build into main doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jan 18, 2024
1 parent 2cd1d45 commit 706c6a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 60 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/docs-build-pr.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/docs-build-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ on:
push:
branches: [ 'doc/*', 'docs/*', master, "maint/*" ]
tags: [ '*' ]
pull_request:
branches: [ master, 'maint/*' ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
if: ${{ github.event_name != 'pull_request' || !contains(github.event.head_commit.message, '[skip ci]')) }}
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 706c6a7

Please sign in to comment.