mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 20:19:59 +00:00
Compare commits
No commits in common. "f5f3f2c100f103d7001850f9bd62ce15063d6b34" and "9fcb1ea2cfb9fdb767b0c21fc052360869da6576" have entirely different histories.
f5f3f2c100
...
9fcb1ea2cf
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:
|
||||
pull_request:
|
||||
types: [review_requested, ready_for_review, synchronize, opened, reopened]
|
||||
branches:
|
||||
- main
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
run-unit-tests:
|
||||
if: github.event.pull_request.draft == false
|
||||
|
Loading…
x
Reference in New Issue
Block a user