Skip to content

Commit

Permalink
Use compatible labels format for runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
cbliard committed Jun 27, 2024
1 parent 7aec930 commit ffd343f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
all:
name: Units + Features
if: github.repository == 'opf/openproject'
runs-on: runs-on,runner=32cpu-linux-x64,run-id=${{ github.run_id }}
runs-on:
labels:
- runs-on
- runner=32cpu-linux-x64
- run-id=${{ github.run_id }}
timeout-minutes: 40
env:
DOCKER_BUILDKIT: 1
Expand Down

0 comments on commit ffd343f

Please sign in to comment.