Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: screener-run workflow should report to PR #25144

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/screener-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@ on:
- Screener build
types:
- completed
permissions:
actions: read
statuses: write
pull-requests: read
contents: read

env:
AZURE_STORAGE_CONNECTION_STRING: ${{secrets.AZURE_STORAGE_CONNECTION_STRING}}
jobs:
determine-if-skipping:
runs-on: 'ubuntu-latest'
steps:
- uses: haya14busa/action-workflow_run-status@v1

- name: Download artifact to determine if skipping jobs
uses: dawidd6/action-download-artifact@v2
with:
Expand All @@ -32,6 +39,7 @@ jobs:
runs-on: 'ubuntu-latest'
name: Screener @fluentui/react-northstar
steps:
- uses: haya14busa/action-workflow_run-status@v1
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down Expand Up @@ -111,6 +119,7 @@ jobs:
runs-on: 'ubuntu-latest'
name: Screener @fluentui/react
steps:
- uses: haya14busa/action-workflow_run-status@v1
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down Expand Up @@ -187,6 +196,7 @@ jobs:
runs-on: 'ubuntu-latest'
name: Screener @fluentui/react-components
steps:
- uses: haya14busa/action-workflow_run-status@v1
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down