diff --git a/render/action.yml b/render/action.yml index 60c0c2d..0cdf933 100644 --- a/render/action.yml +++ b/render/action.yml @@ -17,6 +17,7 @@ runs: # # chromium is installed in the ubuntu 21 runners in GHA, so no need to install it - name: 'Check Chromium' + if: ${{ runner.os == 'Linux' }} run: | echo $(which chromium-browser) $(which chromium-browser) --headless https://www.chromestatus.com