Skip to content

Run specific gh workflow

Allan Roger Reid edited this page Dec 3, 2024 · 1 revision

1.- Create branch on origin e.g. aistor called e.g. split-ui-tests

2.- Point to origin

git remote set-url origin https://allanrogerr:ghp_pat@github.com/miniohq/aistor.git

3.- Run workflow

gh workflow run .github/workflows/k8s_testing.yaml --ref split-ui-tests
Clone this wiki locally