Skip to content

Commit

Permalink
cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Sep 19, 2024
1 parent a9dec66 commit 9f89f14
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ostest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
runs-on: windows-latest
concurrency:
group: ostest
cancel-in-progress: false
timeout-minutes: 5

steps:
Expand Down Expand Up @@ -42,6 +43,7 @@ jobs:
runs-on: windows-latest
concurrency:
group: ostest
cancel-in-progress: false
timeout-minutes: 5

steps:
Expand Down Expand Up @@ -76,6 +78,7 @@ jobs:
runs-on: ubuntu-latest
concurrency:
group: ostest
cancel-in-progress: false
timeout-minutes: 5

steps:
Expand Down Expand Up @@ -117,6 +120,7 @@ jobs:
runs-on: ubuntu-latest
concurrency:
group: ostest
cancel-in-progress: false
timeout-minutes: 5

steps:
Expand Down Expand Up @@ -158,6 +162,7 @@ jobs:
runs-on: macos-latest
concurrency:
group: ostest
cancel-in-progress: false
timeout-minutes: 5

steps:
Expand Down Expand Up @@ -191,6 +196,7 @@ jobs:
runs-on: macos-latest
concurrency:
group: ostest
cancel-in-progress: false
timeout-minutes: 5

steps:
Expand Down Expand Up @@ -223,6 +229,7 @@ jobs:
name: Test Copy [${{matrix.os}}] (existing ${{matrix.exists}})
concurrency:
group: ostest
cancel-in-progress: false
timeout-minutes: 5
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 9f89f14

Please sign in to comment.