Skip to content

Commit

Permalink
Remove useless environment in reusable workflow (#133659)
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Z. Yang <[email protected]>
Pull Request resolved: #133659
Approved by: https://github.com/Skylion007
  • Loading branch information
ezyang authored and pytorchmergebot committed Aug 19, 2024
1 parent d131048 commit 432638f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/_linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ env:

jobs:
test:
environment: ${{ github.ref == 'refs/heads/main' && 'prod-branch-main' || '' }}
# Don't run on forked repos or empty test matrix
if: github.repository_owner == 'pytorch' && toJSON(fromJSON(inputs.test-matrix).include) != '[]'
strategy:
Expand Down

0 comments on commit 432638f

Please sign in to comment.