Skip to content

Commit

Permalink
ci: fix tests external-pr-action-approval job
Browse files Browse the repository at this point in the history
  • Loading branch information
zachstence committed Nov 5, 2024
1 parent bb53553 commit f9eb6c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
pull_request_target:

jobs:
external-pr-action-approval:
uses: ./.github/workflows/external-pr-action-approval.yml
Tests-sources:
runs-on: ${{ matrix.os }}
needs: ./.github/workflows/external-pr-action-approval.yml
needs: external-pr-action-approval
timeout-minutes: 20

# Conditional Strategy logic from https://github.com/orgs/community/discussions/26253#discussioncomment-3250989
Expand Down

0 comments on commit f9eb6c4

Please sign in to comment.