Skip to content

Commit

Permalink
UPdated main workflow to check the status of the worktree
Browse files Browse the repository at this point in the history
  • Loading branch information
pierskarsenbarg committed Aug 23, 2024
1 parent cb7f8a6 commit d651505
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,13 @@ jobs:
with:
repo: pulumi/pulumictl
- name: generate sdks
run: task generate_sdks
run: task generate_sdks
- name: Check worktree clean
uses: pulumi/git-status-check-action@v1
with:
allowed-changes: |-
sdk/**/pulumi-plugin.json
sdk/dotnet/Pulumi.**.csproj
sdk/go/**/pulumiUtilities.go
sdk/nodejs/package.json
sdk/python/pyproject.toml

0 comments on commit d651505

Please sign in to comment.