Skip to content

Commit 82adbb3

Browse files
committed
refactor(coverage): remove unnecessary environment settings
1 parent 184573c commit 82adbb3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/fortress-coverage.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ jobs:
108108
if: needs.check-provider.outputs.should-run-internal == 'true'
109109
runs-on: ${{ inputs.primary-runner }}
110110
timeout-minutes: 10
111-
environment:
112-
name: github-pages
113-
url: ${{ steps.deployment.outputs.page_url }}
114111
permissions:
115112
contents: write # Required: Push coverage data to gh-pages branch
116113
pages: write # Required: Deploy to GitHub Pages

0 commit comments

Comments
 (0)