Skip to content

Commit 9101019

Browse files
committed
fix: replace github.job with unique identifiers in test-docker.yml for workflow_call
1 parent 629e2a7 commit 9101019

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
test-docker-basics:
99
name: Docker Basics
10-
runs-on: [self-hosted, modal, "job-${{ github.run_id }}-${{ github.job }}"]
10+
runs-on: [self-hosted, modal, "job-${{ github.run_id }}-docker-basics"]
1111
steps:
1212
- name: Check Docker
1313
run: |
@@ -31,7 +31,7 @@ jobs:
3131
3232
test-services:
3333
name: Docker Services (Postgres)
34-
runs-on: [self-hosted, modal, "job-${{ github.run_id }}-${{ github.job }}"]
34+
runs-on: [self-hosted, modal, "job-${{ github.run_id }}-docker-services"]
3535
services:
3636
postgres:
3737
image: postgres:16-alpine

0 commit comments

Comments
 (0)