mirror of
https://github.com/material-components/material-web.git
synced 2026-01-09 07:21:09 +08:00
chore: don't error nightly github action when no changes
PiperOrigin-RevId: 583489094
This commit is contained in:
parent
6a1fb388cb
commit
302d181914
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
@ -16,6 +16,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check if the current commit is less than 24 hours old
|
||||
id: check
|
||||
continue-on-error: true
|
||||
run: test -n "$(git rev-list --after='24 hours' ${{ github.sha }})" && echo "changed=yes" >> "$GITHUB_OUTPUT"
|
||||
|
||||
publish:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user