Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
idelvall committed Jun 6, 2024
1 parent 84c2bdc commit 963b9f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
test:
name: +test
runs-on: [earthly-satellite#gha-lib]
runs-on: [earthly-satellite#gha-lib] # https://docs.earthly.dev/earthly-cloud/satellites/gha-runners
env:
FORCE_COLOR: 1
EARTHLY_CONVERSION_PARALLELISM: "5"
Expand All @@ -38,7 +38,7 @@ jobs:
test-native-arm:
name: +test-native-arm
runs-on: [earthly-satellite#gha-arm-lib]
runs-on: [earthly-satellite#gha-arm-lib] # https://docs.earthly.dev/earthly-cloud/satellites/gha-runners
env:
FORCE_COLOR: 1
EARTHLY_CONVERSION_PARALLELISM: "5"
Expand Down

0 comments on commit 963b9f3

Please sign in to comment.