File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 41
41
42
42
strategy :
43
43
fail-fast : false
44
+ max-parallel : 1
44
45
matrix :
45
46
include :
46
47
- os : macos-latest
Original file line number Diff line number Diff line change 7
7
types : [nightly-release]
8
8
workflow_dispatch :
9
9
inputs :
10
- tagName :
10
+ tagName :
11
11
description : Release tag to use for this test run. Defaults to today's nightly release.
12
12
type : string
13
13
33
33
uses : ./.github/workflows/test-staging.yml
34
34
strategy :
35
35
fail-fast : false
36
+ max-parallel : 1
36
37
matrix :
37
- include :
38
- - os : macos-latest
39
- - os : ubuntu-latest
40
- - os : windows-latest
38
+ os : [macos-latest, ubuntu-latest, windows-latest]
41
39
with :
42
40
runsOn : ${{ matrix.os }}
43
41
releaseVersion : ${{ needs.get-tag.outputs.tagName }}
49
47
# name: Slack Notification
50
48
# needs: test-nightly
51
49
# # do not run on skipped or cancelled
52
- # if: ${{ always() && (success() || failure()) }}
50
+ # if: ${{ always() && (success() || failure()) }}
53
51
# runs-on: ubuntu-latest
54
52
# steps:
55
53
# - uses: rtCamp/action-slack-notify@v2
You can’t perform that action at this time.
0 commit comments