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