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:
Pulumi Bot
2024-12-20 09:46:16 -08:00
committed by GitHub
parent 38333c57b0
commit fe283da7bb

View File

@@ -409,10 +409,13 @@ jobs:
state: success
description: Sentinel checks passed
sha: ${{ github.event.pull_request.head.sha || github.sha }}
permissions:
statuses: write
if: github.event_name == 'repository_dispatch' ||
github.event.pull_request.head.repo.full_name == github.repository
needs:
- test
- prerequisites
- lint
lint:
runs-on: ubuntu-latest