From 0ec7f16bd72306f535234a3698565f3a62d5a3cf Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Sat, 17 May 2025 01:46:30 -0400 Subject: [PATCH] Update GitHub Actions workflows. (#548) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 06a4a07bc11ada9498ce86091ac0d55443ee294b. --- .github/workflows/run-acceptance-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index f369c15..d5f6e8a 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -6,6 +6,8 @@ on: types: - run-acceptance-tests-command pull_request: + paths-ignore: + - CHANGELOG.md workflow_dispatch: {} env: GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}