Skip to content

Commit

Permalink
fix: set environment in validate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Jan 22, 2025
1 parent bd12357 commit 5b568af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,16 @@ jobs:

validate:
name: Validate
needs: [env]
runs-on: ${{ matrix.os }}
timeout-minutes: 60
environment:
name: "${{ needs.env.outputs.environment }}"

strategy:
fail-fast: true
matrix:
node-version: [22.x]
os: [ubuntu-latest]

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 5b568af

Please sign in to comment.