Skip to content

Commit

Permalink
chore: Backport #3231 to web (#3232)
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>
  • Loading branch information
prql-bot and max-sixty committed Aug 3, 2023
1 parent aa884f6 commit fec5a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- '**/*.rs'
- 'crates/**'
- 'web/book/**'
all:
test-all:
# We can expand this in the future / consolidate with
# `test-all.yaml`. For the moment, using this to ensure that we
# can't merge a dependency change without running `test-all`,
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
if:
contains(github.event.pull_request.labels.*.name, 'pr-test-all') ||
contains(github.event.pull_request.title, '!') ||
needs.changes.outputs.book == 'true'
needs.changes.outputs.test-all == 'true'

publish-web:
uses: ./.github/workflows/publish-web.yaml
Expand Down

0 comments on commit fec5a13

Please sign in to comment.