Skip to content

Commit

Permalink
Adding Changedlog_Pending to ignore list of main GHA workflow (#347)
Browse files Browse the repository at this point in the history
### Summary
- See #340 for
example - main workflow is triggered and fails on just codefreeze PRs.
It doesn't really need to run at all, it only triggered because
CHANGELOG_PENDING was not on the ignore list like CHANGELOG is
  • Loading branch information
IaroslavTitov authored Jul 10, 2024
1 parent 7d42451 commit be03184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ name: main
- main
paths-ignore:
- CHANGELOG.md
- CHANGELOG_PENDING.md
tags-ignore:
- v*
- sdk/*
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
- Fixed import by refactoring Read method of AgentPool resource + minor refactor [#311](https://github.com/pulumi/pulumi-pulumiservice/issues/311)
- Fixing noisy diff in DS OIDC object [#330](https://github.com/pulumi/pulumi-pulumiservice/issues/330)

### Miscellaneous
### Miscellaneous
- Added CHANGELOG_PENDING file to ignore-list of the `main` workflow [[#340](https://github.com/pulumi/pulumi-pulumiservice/issues/340)]

0 comments on commit be03184

Please sign in to comment.