Skip to content

Commit

Permalink
Revert workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Nov 22, 2024
1 parent 722e494 commit a17e0ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
dotnet-test-process-timeout: 600000
build-enable-nuget-caching: 'true'
build-enable-npm-caching: 'true'
cancel-in-progress-for-this-pr: 'false'

build-and-test-standard-runners:
if: github.ref_name == github.event.repository.default_branch
Expand All @@ -47,13 +46,11 @@ jobs:
build-directory: NuGetTest
timeout-minutes: 20
dotnet-test-process-timeout: 480000
cancel-in-progress-for-this-pr: 'false'

spelling:
name: Spelling
uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@dev
with:
cancel-in-progress-for-this-pr: 'false'
additional-dictionaries: |
cspell:csharp/csharp.txt
cspell:css/dict/css.txt
Expand All @@ -73,7 +70,6 @@ jobs:
uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@dev
with:
machine-types: "['ubuntu-24.04']"
cancel-in-progress-for-this-pr: 'false'

yaml-linting:
name: YAML Linting
Expand Down

0 comments on commit a17e0ed

Please sign in to comment.