mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-26 08:31:39 +00:00
ci: do a full cron build every day, and limit builds per push or pr (#15839)
This commit is contained in:
committed by
GitHub
parent
da8aa39222
commit
71b9adda21
4
.github/workflows/generic.yml
vendored
4
.github/workflows/generic.yml
vendored
@@ -55,11 +55,11 @@ jobs:
|
||||
version: 3.1.35
|
||||
- uses: browser-actions/setup-chrome@v2
|
||||
id: setup-chrome
|
||||
if: ${{ matrix.platform.platform == 'emscripten' }}
|
||||
if: ${{ matrix.platform.platform == 'emscripten' && matrix.platform.run-tests }}
|
||||
with:
|
||||
install-chromedriver: true
|
||||
- name: 'Add chrome to PATH'
|
||||
if: ${{ matrix.platform.platform == 'emscripten' }}
|
||||
if: ${{ matrix.platform.platform == 'emscripten' && matrix.platform.run-tests }}
|
||||
run: |
|
||||
chrome_dir="$(dirname "${{ steps.setup-chrome.outputs.chrome-path }}")"
|
||||
chromedriver_dir="$(dirname "${{ steps.setup-chrome.outputs.chromedriver-path }}")"
|
||||
|
||||
Reference in New Issue
Block a user