Skip to content

Commit

Permalink
chore: allow to run CI manually from GitHub [additional tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Apr 19, 2024
1 parent 1eb79af commit 914111f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: workflow
on: [ push ]
name: CI
on: [ push, workflow_dispatch ]

jobs:
run_tests:
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup_workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else
case $option in
b) # defines branch
WORKSPACE_BRANCH=$OPTARG;;
t) # defines venv tag
t) # defines tag
WORKSPACE_TAG=$OPTARG;;
*)
;;
Expand Down

0 comments on commit 914111f

Please sign in to comment.