Skip to content

Commit

Permalink
chore: undo unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zachstence committed Nov 4, 2024
1 parent 266c016 commit 0441fb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:

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

# Conditional Strategy logic from https://github.com/orgs/community/discussions/26253#discussioncomment-3250989
strategy:
fail-fast: false
Expand All @@ -21,10 +25,6 @@ jobs:
- isMain: false
os: macOS-latest

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

steps:
- run: git config --global core.autocrlf false

Expand Down

0 comments on commit 0441fb9

Please sign in to comment.