Skip to content

Commit

Permalink
ARCH-1916 - Remove build step
Browse files Browse the repository at this point in the history
  • Loading branch information
danielle-casella-adams committed Sep 6, 2023
1 parent 1a225b4 commit 092cdbd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-review-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
# ** This value must match the same dirs-with-code argument specified in increment-version-on-merge.yml.
dirs-with-code: 'src,.build-linux,.build-win'

# The npm script to run to build the action. This is typically 'npm run build' if the
# action needs to be compiled. For composite-run-steps actions this is typically empty.
build-command: 'npm run build'
# This action does contain a build step but it always results in changes to the dlls, whether or not there
# were actually code changes, so skip the build here. When PRs are created, we need to make sure the
# dlls have actually been updated.
build-command: ''

0 comments on commit 092cdbd

Please sign in to comment.