Test omitting autobuild Action when build mode specified

This commit is contained in:
Henry Mercer 2024-02-07 12:59:06 +00:00
parent 8fb654e590
commit 0ab8e2a32a
2 changed files with 6 additions and 0 deletions

View file

@ -20,5 +20,8 @@ steps:
exit 1
fi
# The latest nightly supports omitting the autobuild Action when the build mode is specified.
- uses: ./../action/autobuild
if: matrix.version != 'nightly-latest'
- uses: ./../action/analyze