Skip to content

Commit

Permalink
QA: temporary switch to PR action
Browse files Browse the repository at this point in the history
  • Loading branch information
dasgarner committed Feb 29, 2024
1 parent 34f49a6 commit 94f09d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Build PR

on:
pull_request_review:
types: [submitted]
pull_request:

jobs:
build:
name: Build PR container
if: github.repository == 'xibosignage/xibo-cms' && github.event.review.state == 'APPROVED'
if: github.repository == 'xibosignage/xibo-cms'
runs-on: ubuntu-22.04
permissions:
contents: read
Expand Down

0 comments on commit 94f09d0

Please sign in to comment.