Skip to content

Commit 858b0af

Browse files
author
Tyler Romero
authored
Apply suggestions from code review
1 parent 1d349e1 commit 858b0af

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cicd.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ jobs:
119119
if: >-
120120
github.ref == 'refs/heads/main' ||
121121
startsWith(github.ref, 'refs/tags/v') ||
122-
endsWith(github.ref, '-fulltest') ||
123-
endsWith(github.ref, '-from-tests-temp')
122+
endsWith(github.ref, '-fulltest')
124123
needs:
125124
- test-simple
126125
- test-docs

0 commit comments

Comments
 (0)