Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Oct 28, 2024
1 parent be5cfe1 commit 0993c47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
prerequisites:
if: github.event_name == 'repository_dispatch' ||
github.event.pull_request.head.repo.full_name == github.repository
permissions:
pull-requests: write
uses: ./.github/workflows/prerequisites.yml
secrets: inherit
with:
Expand Down Expand Up @@ -91,6 +93,8 @@ jobs:
name: sentinel
if: github.event_name == 'repository_dispatch' ||
github.event.pull_request.head.repo.full_name == github.repository
permissions:
statuses: write
needs:
- test
- build_provider
Expand Down

0 comments on commit 0993c47

Please sign in to comment.