Update GitHub Actions workflows. (#359)
This PR was automatically generated by the update-native-provider-workflows workflow in the pulumi/ci-mgmt repo, from commit b405e5a6220d030944f0180e5087773c69505d7f.
This commit is contained in:
3
.github/workflows/run-acceptance-tests.yml
vendored
3
.github/workflows/run-acceptance-tests.yml
vendored
@@ -409,10 +409,13 @@ jobs:
|
|||||||
state: success
|
state: success
|
||||||
description: Sentinel checks passed
|
description: Sentinel checks passed
|
||||||
sha: ${{ github.event.pull_request.head.sha || github.sha }}
|
sha: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||||
|
permissions:
|
||||||
|
statuses: write
|
||||||
if: github.event_name == 'repository_dispatch' ||
|
if: github.event_name == 'repository_dispatch' ||
|
||||||
github.event.pull_request.head.repo.full_name == github.repository
|
github.event.pull_request.head.repo.full_name == github.repository
|
||||||
needs:
|
needs:
|
||||||
- test
|
- test
|
||||||
|
- prerequisites
|
||||||
- lint
|
- lint
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user