Skip to content

Commit

Permalink
Add --run to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
r.jaepel committed Oct 23, 2023
1 parent 3358b7d commit aa3330a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
activate-environment: cadet_workshop
- name: Generate teaching and solution branches
run: |
python ./workshop_git_tools/process_repo.py --commit --push
python ./workshop_git_tools/process_repo.py --commit --run --push
1 change: 0 additions & 1 deletion workshop_git_tools/process_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ def main(**kwargs):
continue
args.__setattr__(kwarg_key, kwarg_value)

args.run = False
args.commit = True

create_solution(args.run, args.commit, args.push, args.n_cores, args.on_fail_restore_dev, base_branch="test-ci",
Expand Down

0 comments on commit aa3330a

Please sign in to comment.