Skip to content

Commit

Permalink
fix setup action dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Mar 5, 2024
1 parent f755e7d commit 1e6c14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
test_env:
runs-on: ubuntu-latest
needs: get_changed_files
needs: setup
steps:
- name: list changes
run: |
Expand Down

0 comments on commit 1e6c14d

Please sign in to comment.