Skip to content

Commit ee710c2

Browse files
committed
Add minor workflow improvement
1 parent 1fafff5 commit ee710c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
# See https://github.community/t/how-to-commit-to-two-branches-from-an-action/17713
6767
- name: Checkout the website branch
6868
uses: actions/checkout@v2
69+
if: ${{ steps.check-for-updates.outputs.result == 'stale' }}
6970
with:
7071
ref: website
7172
clean: 'false'

0 commit comments

Comments
 (0)