diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 277496c143..22d578b48c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -259,9 +259,10 @@ jobs: Xvfb -screen 0 1024x768x24+32 :99 & nohup ffmpeg -video_size 1024x768 -f x11grab -i :99.0 ./tests/videos/out.mpg & DISPLAY=:99 PLAYWRIGHT_JUNIT_OUTPUT_NAME=report.xml npx playwright test --reporter=junit,list - name: Add binaries to Rolling Release Repo - Linux - if: ${{ github.event_name == 'push' && runner.os == 'Linux' }} - # We only want to upload rolling binaries if they are a commit to master - # Otherwise we want to not upload if it's a PR or manually triggered build + if: ${{ runner.os == 'Linux' }} + # TEMPORARY. REVERT ME. + # Always run the Rolling release upload script. We want to check if this PR's fix works or not. + # TEMPORARY. REVERT ME. run: | cd ./script/rolling-release-scripts npm install