mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 23:59:59 +00:00
Compare commits
No commits in common. "bdef7f1732be7167861d44f188c5b44733239be8" and "2b4ef8a371f7498e5926b679ab52ee6c3f77bc89" have entirely different histories.
bdef7f1732
...
2b4ef8a371
5
.github/workflows/run-unit-tests.yml
vendored
5
.github/workflows/run-unit-tests.yml
vendored
@ -2,14 +2,9 @@ name: run-unit-tests
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [review_requested, ready_for_review, synchronize, opened, reopened]
|
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-unit-tests:
|
run-unit-tests:
|
||||||
if: github.event.pull_request.draft == false
|
if: github.event.pull_request.draft == false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user