Fix/verfy pr (#2518)
* Stale workflow only on hawkbit project Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com> * Fix verifying PR - checkout from the repo --------- Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
3
.github/workflows/verify.yaml
vendored
3
.github/workflows/verify.yaml
vendored
@@ -22,4 +22,5 @@ jobs:
|
||||
verify:
|
||||
uses: ./.github/workflows/reusable_workflow_verify.yaml
|
||||
with:
|
||||
ref: ${{ github.event_name == 'push' && github.ref || github.event_name == 'pull_request' && github.event.pull_request.head.ref || github.event_name == 'workflow_dispatch' && github.ref }}
|
||||
repository: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repository || github.repositor }}
|
||||
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || github.ref }}
|
||||
Reference in New Issue
Block a user