Skip to content

Commit

Permalink
Remove environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjjung committed Sep 30, 2024
1 parent c230c92 commit 4d00d17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
# Main filter detecting where in the repo changes have been made, allowing us to be smart about how we respond
detect-changes:
runs-on: ubuntu-latest
environment: staging
outputs:
lint: ${{ steps.check.outputs.lint }}
steps:
Expand All @@ -36,7 +35,6 @@ jobs:
lint:
needs: detect-changes
runs-on: ubuntu-latest
environment: staging
if: needs.detect-changes.outputs.lint == 'true'
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4d00d17

Please sign in to comment.