Skip to content

Commit

Permalink
workflows: reduce PR noise (#7288)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens authored Apr 28, 2023
1 parent 016bb6b commit 43682ad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pr-package-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
if: contains(github.event.pull_request.labels.*.name, 'ok-package-test')
name: Get metadata to add to build
runs-on: ubuntu-latest
environment: unstable
outputs:
date: ${{ steps.date.outputs.date }}
permissions:
Expand All @@ -38,7 +37,6 @@ jobs:
runs-on: ubuntu-latest
outputs:
build-matrix: ${{ steps.set-matrix.outputs.build-matrix }}
environment: pr
permissions:
contents: read
steps:
Expand All @@ -61,7 +59,6 @@ jobs:
version: pr-${{ github.event.number }}
ref: ${{ github.ref }}
build_matrix: ${{ needs.pr-package-test-build-generate-matrix.outputs.build-matrix }}
environment: pr
unstable: ${{ needs.pr-package-test-build-get-meta.outputs.date }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -74,7 +71,6 @@ jobs:
with:
version: pr-${{ github.event.number }}
ref: ${{ github.ref }}
environment: pr
unstable: ${{ needs.pr-package-test-build-get-meta.outputs.date }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -87,7 +83,6 @@ jobs:
with:
version: pr-${{ github.event.number }}
ref: ${{ github.ref }}
environment: pr-package-test
unstable: ${{ needs.pr-package-test-build-get-meta.outputs.date }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 43682ad

Please sign in to comment.