Skip to content

Commit 0ab8e2a

Browse files
committed
Test omitting autobuild Action when build mode specified
1 parent 8fb654e commit 0ab8e2a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/__build-mode-none.yml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/build-mode-none.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ steps:
2020
exit 1
2121
fi
2222
23+
# The latest nightly supports omitting the autobuild Action when the build mode is specified.
2324
- uses: ./../action/autobuild
25+
if: matrix.version != 'nightly-latest'
26+
2427
- uses: ./../action/analyze

0 commit comments

Comments
 (0)