Skip to content

Commit

Permalink
update ci-testing.yml (ultralytics#3322)
Browse files Browse the repository at this point in the history
* update ci-testing.yml

* update greetings.yml

* bring back os matrix

(cherry picked from commit 3fea068)
  • Loading branch information
SkalskiP authored and Lechtr committed Jun 14, 2021
1 parent 9969677 commit 09dd0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
git remote add upstream https://github.com/ultralytics/yolov5.git
git fetch upstream
git checkout feature # <----- replace 'feature' with local branch name
git rebase upstream/master
git rebase upstream/develop
git push -u origin -f
```
- ✅ Verify all Continuous Integration (CI) **checks are passing**.
Expand Down

0 comments on commit 09dd0da

Please sign in to comment.