Skip to content

Commit

Permalink
ci(monorepo): Update the ci.yml configuration to check for previous…
Browse files Browse the repository at this point in the history
… successful runs
  • Loading branch information
sullivanpj committed Jan 10, 2025
1 parent d138822 commit 6964e97
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 11 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,8 @@ jobs:
id: setSHAs
uses: nrwl/nx-set-shas@v4
with:
main-branch-name: "main"
workflow-id: "ci.yml"
last-successful-event: "release"
main-branch-name: main
workflow-id: ci.yml
set-environment-variables-for-job: true
error-on-no-successful-workflow: true

Expand Down
1 change: 0 additions & 1 deletion packages/build-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages

<!-- START doctoc -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

## Table of Contents

- [Storm Build Tools](#storm-build-tools)
Expand Down
1 change: 0 additions & 1 deletion packages/config-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages

<!-- START doctoc -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

## Table of Contents

- [Storm Configuration Tools](#storm-configuration-tools)
Expand Down
1 change: 0 additions & 1 deletion packages/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages

<!-- START doctoc -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

## Table of Contents

- [Storm Configuration Package](#storm-configuration-package)
Expand Down
1 change: 0 additions & 1 deletion packages/esbuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages

<!-- START doctoc -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

## Table of Contents

- [Storm ESBuild Package](#storm-esbuild-package)
Expand Down
1 change: 0 additions & 1 deletion packages/git-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages

<!-- START doctoc -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

## Table of Contents

- [Storm Git Tools](#storm-git-tools)
Expand Down
1 change: 0 additions & 1 deletion packages/testing-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages

<!-- START doctoc -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

## Table of Contents

- [Storm Testing Tools](#storm-testing-tools)
Expand Down
1 change: 0 additions & 1 deletion packages/unbuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages

<!-- START doctoc -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

## Table of Contents

- [Storm ESBuild Package](#storm-esbuild-package)
Expand Down
1 change: 0 additions & 1 deletion packages/workspace-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages

<!-- START doctoc -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

## Table of Contents

- [Storm Workspace Tools](#storm-workspace-tools)
Expand Down

0 comments on commit 6964e97

Please sign in to comment.