Skip to content

Commit

Permalink
Update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBeneteau committed Dec 2, 2024
1 parent c7cb9b6 commit b10144f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,7 @@ jobs:
run: |
python3 -m venv .venv
# - name: Get all projects
# id: all-projects
# run: |
# source .venv/bin/activate
# python3 scripts/actions/all_projects.py
# echo "all_projects_matrix=$(cat all_projects_matrix.json)" >> $GITHUB_OUTPUT

- name: Get modified projects
- name: Get projects
id: projects
run: |
source .venv/bin/activate
Expand Down

0 comments on commit b10144f

Please sign in to comment.