mirror of
https://github.com/bitwarden/browser
synced 2025-01-24 02:04:40 +01:00
Update working directory for status job (#2761)
This commit is contained in:
parent
579cee3364
commit
11f04d0c1e
1
.github/workflows/build-cli.yml
vendored
1
.github/workflows/build-cli.yml
vendored
@ -326,6 +326,7 @@ jobs:
|
||||
- snap
|
||||
steps:
|
||||
- name: Check if any job failed
|
||||
working-directory: ${{ github.workspace }}
|
||||
if: ${{ (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/rc') }}
|
||||
env:
|
||||
CLOC_STATUS: ${{ needs.cloc.result }}
|
||||
|
Loading…
Reference in New Issue
Block a user