mirror of
https://github.com/bitwarden/server.git
synced 2025-05-06 12:12:18 -05:00
Run LD reference check on all pushes (#5760)
* Run LD reference check on all pushes * Fix syntax of code-references.yml --------- Co-authored-by: Matt Andreko <mandreko@bitwarden.com>
This commit is contained in:
parent
011298c9ff
commit
9da98d8e97
7
.github/workflows/code-references.yml
vendored
7
.github/workflows/code-references.yml
vendored
@ -1,7 +1,10 @@
|
|||||||
name: Collect code references
|
name: Collect code references
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-ld-secret:
|
check-ld-secret:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user