Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ${{ fromJSON('["ubuntu-latest", "ubuntu-20.04-xl"]')[github.repository == 'github/docs-internal'] }}
timeout-minutes: 60
strategy:
fail-fast: false

matrix:
# Note that *if you add* to this, remember to also add that
# to the **required checks** in the branch protection rules.
Expand Down Expand Up @@ -82,11 +82,11 @@ jobs:
- workflows

# The languages suite only runs on docs-internal
isPrivateRepo:
isPrivate/PublicRepo:
- ${{ github.repository == 'github/docs-internal' }}
exclude:
- name: languages
isPrivateRepo: false


steps:
# Each of these ifs needs to be repeated at each step to make sure the required check still runs
Expand Down
Loading