Skip to content

Commit

Permalink
Revert "chore: screener-run workflow should report to PR (microsoft#2…
Browse files Browse the repository at this point in the history
…5144)" (microsoft#25145)

This reverts commit 97860d0.
  • Loading branch information
ling1726 authored and NotWoods committed Nov 18, 2022
1 parent 87d86dd commit 14c7863
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/screener-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,13 @@ 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 @@ -39,7 +32,6 @@ 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 @@ -119,7 +111,6 @@ 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 @@ -196,7 +187,6 @@ 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

0 comments on commit 14c7863

Please sign in to comment.