-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add workflow to check
dry-run
of the latest migration schematic (…
- Loading branch information
1 parent
b56202e
commit e02fd1e
Showing
6 changed files
with
2,008 additions
and
1,937 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: ⚙️ Schematics | ||
on: | ||
pull_request: | ||
paths: | ||
- 'projects/cdk/schematics/**' | ||
|
||
jobs: | ||
schematics: | ||
if: ${{ !contains(github.head_ref , 'release/') }} | ||
runs-on: ubuntu-latest | ||
name: Run the latest migration | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected] | ||
- run: npx nx run cdk:schematics --v=3 | ||
|
||
concurrency: | ||
group: schematics-${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true |
Oops, something went wrong.