Compare commits
3 Commits
4eac1209d8
...
11e1c5f438
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
11e1c5f438 | ||
|
|
77f1c92c7b | ||
|
|
584ef2c822 |
@@ -25,6 +25,7 @@ jobs:
|
||||
# ---------------------------------------------------------------------------
|
||||
check:
|
||||
name: Check
|
||||
if: github.event_name == 'pull_request'
|
||||
runs-on: docker
|
||||
container:
|
||||
image: rust:1.94-bookworm
|
||||
@@ -87,7 +88,6 @@ jobs:
|
||||
name: Detect Changes
|
||||
runs-on: docker
|
||||
if: github.ref == 'refs/heads/main'
|
||||
needs: [check]
|
||||
container:
|
||||
image: alpine:latest
|
||||
outputs:
|
||||
|
||||
Reference in New Issue
Block a user