Skip to content

Commit

Permalink
change branches to conditional-dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldowseza committed Oct 31, 2024
1 parent e0e6d5b commit aab3fbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ permissions:

jobs:
build:
uses: cloudscape-design/actions/.github/workflows/build-lint-test.yml@main
uses: cloudscape-design/actions/.github/workflows/build-lint-test.yml@conditional-dry-run
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ on:

jobs:
dry-run:
uses: cloudscape-design/actions/.github/workflows/dry-run.yml@main
uses: cloudscape-design/actions/.github/workflows/dry-run.yml@conditional-dry-run
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
release:
uses: cloudscape-design/actions/.github/workflows/release.yml@main
uses: cloudscape-design/actions/.github/workflows/release.yml@conditional-dry-run
secrets: inherit
with:
publish-packages: lib

0 comments on commit aab3fbf

Please sign in to comment.