Skip to content

Commit

Permalink
ci: needs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachstence committed Nov 4, 2024
1 parent 8beb933 commit 748911a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-set-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
pull_request:

jobs:
test-set-environment:
set-environment:
uses: ./.github/workflows/set-environment.yml
some-job:
needs: set-environment
runs-on: ubuntu-latest
steps:
- run: echo "blah"

0 comments on commit 748911a

Please sign in to comment.