Skip to content

Commit

Permalink
chore: check jobs passed
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Nov 1, 2024
1 parent d897130 commit fcaaa4c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,14 @@ jobs:
comment-on-pr: true
diff: true
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
check:
if: always()
needs:
- preview
runs-on: Ubuntu-latest
steps:
- name: Decide whether the required jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit fcaaa4c

Please sign in to comment.