Skip to content

Commit

Permalink
Adjust run conditions for Github check
Browse files Browse the repository at this point in the history
  • Loading branch information
pieter-edelman-nictiz committed Dec 13, 2024
1 parent 88a364c commit 9b2a028
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/qa-all.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Profile QA - full repository
on:
pull_request:
types: [ready_for_review]
types: [ready_for_review, synchronize]

jobs:
nictiz-r4-qa-full:
name: Loose QA on the entire repo
if: ${{ github.event.pull_request.action == 'ready_for_review' || github.event.pull_request.draft == false }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 9b2a028

Please sign in to comment.