Skip to content

Commit

Permalink
Test omitting autobuild Action when build mode specified
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Feb 7, 2024
1 parent 8fb654e commit 0ab8e2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/__build-mode-none.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pr-checks/checks/build-mode-none.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0ab8e2a

Please sign in to comment.