Skip to content

Commit 1fd3eec

Browse files
authored
Update ci.yml
1 parent 0ef43db commit 1fd3eec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
versions:
1111
description: 'Vulkan SDK Versions'
1212
required: true
13-
default: '[ "1.4.309.0" ]'
13+
default: '[ "1.4.321.0" ]'
1414
oses:
1515
description: 'Matrix OSes'
1616
required: true
@@ -119,12 +119,12 @@ jobs:
119119
with:
120120
limit-access-to-actor: true
121121
- uses: ./
122-
id: composit
122+
id: composite
123123
with:
124124
version: ${{ fromJSON(github.event.inputs.versions)[0] }}
125125
cache: false
126126
- name: Setup tmate session
127-
if: steps.composite.outcome != 'success' || failure() || ${{ contains(github.event.inputs.extra_tests, 'tmate-after') }}
127+
if: steps.composite.outcome != 'success' || ${{ contains(github.event.inputs.extra_tests, 'tmate-after') }}
128128
uses: mxschmitt/[email protected]
129129
with:
130130
limit-access-to-actor: true

0 commit comments

Comments
 (0)