Update working directory for status job (#2761)

This commit is contained in:
Micaiah Martin 2022-05-31 09:00:32 -06:00 committed by GitHub
parent 579cee3364
commit 11f04d0c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}