Skip to content

Commit

Permalink
cypress re-run
Browse files Browse the repository at this point in the history
  • Loading branch information
mojotalantikite committed Aug 21, 2023
1 parent 8c501ec commit 5c135f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/get-changed-services/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ async function main() {
// get the latest commit in the branch to see if we are forcing a run
const latestCommit = await getLatestCommitSHA()
const commitMessage = await getLatestCommitMessage(latestCommit)

// force a complete CI run
if (commitMessage.includes('ci-force-run')) {
core.setOutput('changed-services', deployAllServices)
return
Expand Down

0 comments on commit 5c135f4

Please sign in to comment.