mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-11 07:58:11 -05:00
Compare commits
7 Commits
v1.7.1
...
rituals_ma
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
890957495b | ||
|
|
877ad18bb9 | ||
|
|
a1cf9b40f0 | ||
|
|
5361c61faa | ||
|
|
b386e2b550 | ||
|
|
52499e4bc0 | ||
|
|
6fae374b11 |
2
.github/workflows/rituals.yaml
vendored
2
.github/workflows/rituals.yaml
vendored
@@ -159,7 +159,7 @@ jobs:
|
||||
if: github.event_name == 'push'
|
||||
run: |
|
||||
# Can't push to a protected branch
|
||||
if [ -n "`git cherry origin/master`"]; then
|
||||
if [ -n "`git cherry origin/master`" ]; then
|
||||
echo "Un-pushed commits:"
|
||||
git cherry -v origin/master
|
||||
echo "\nCan not push to a protected branch. Exiting"
|
||||
|
||||
Reference in New Issue
Block a user