We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82be5a commit 6bdca64Copy full SHA for 6bdca64
.github/workflows/bazel.yml
@@ -201,10 +201,3 @@ jobs:
201
name: recordings-linux
202
path: /home/runner/.cache/selenium/recordings/*.*
203
retention-days: 6
204
- - name: Save recordings (macOS)
205
- if: inputs.save-recordings && inputs.os == 'macos'
206
- uses: actions/upload-artifact@v4
207
- with:
208
- name: recordings-macos
209
- path: /Users/runner/.cache/selenium/recordings/*.*
210
- retention-days: 6
0 commit comments