Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ca14dfe982 | |||
| d15475c5f3 | |||
| 011e818f6c | |||
| 9463d122df | |||
| 66b4e757d2 | |||
| e7167566c0 | |||
| 3f6984fb44 | |||
| 9fb1595e63 | |||
| 8f9e4c43db | |||
| 680b85de00 | |||
| bc1d9adca2 | |||
| 917a737b52 | |||
| be496ca2ba | |||
| d79013e589 | |||
| 01bac40296 | |||
| d71efd5f56 | |||
| f734bfb104 | |||
| e2ca8c4257 | |||
| 3759d788c3 | |||
| 3bbcb51347 | |||
| 57379c0a84 |
@@ -12,7 +12,7 @@ on:
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: gpu
|
||||
runs-on: ubuntu-22.04-v25.04.01
|
||||
env:
|
||||
effective_tag: ${{ inputs.tag || github.head_ref || github.ref_name }}
|
||||
steps:
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
DOCKER_BUILDKIT: 1
|
||||
SSH_AUTH_SOCK: ${{ env.SSH_AUTH_SOCK }}
|
||||
run: |
|
||||
docker compose -f docker-compose-dev.yaml up --build -d
|
||||
docker compose -f docker-compose-dev.yaml up -d
|
||||
|
||||
- name: Ruff format check (strict)
|
||||
run: |
|
||||
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -15,7 +15,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: gpu
|
||||
runs-on: ubuntu-22.04-v25.04.01
|
||||
env:
|
||||
CR_REGISTRY: crp8vh46gd976oq8ipla
|
||||
CR_REPO: ${{ github.event.repository.name }}
|
||||
|
||||
2
.github/workflows/notify.yaml
vendored
2
.github/workflows/notify.yaml
vendored
@@ -13,7 +13,7 @@ on:
|
||||
default: build
|
||||
jobs:
|
||||
notify:
|
||||
runs-on: gpu
|
||||
runs-on: ubuntu-22.04-v25.04.01
|
||||
steps:
|
||||
- uses: mattermost/action-mattermost-notify@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user