Skip to content

Commit

Permalink
don't skip testing to ensure consistent status checks
Browse files Browse the repository at this point in the history
  • Loading branch information
DenizUgur committed Oct 27, 2023
1 parent 04c99c5 commit 1cb0ba4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ jobs:
if: |
always() &&
(needs.cfc.result == 'success' || needs.cfc.result == 'skipped') &&
needs.cfc.outputs.created != 'true' &&
needs.changes.outputs.is-skip != 'true'
needs.cfc.outputs.created != 'true'
uses: ./.github/workflows/test.yml
with:
test-page: ${{ github.event_name != 'pull_request' || needs.changes.outputs.is-page == 'true' }}

0 comments on commit 1cb0ba4

Please sign in to comment.