Skip to content

Commit

Permalink
fix labels
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Oct 10, 2024
1 parent fc220e6 commit 1fdda15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:

jobs:
cargo-fmt:
runs-on: ${{ fromJson(github.repository_owner == 'autonomys' && '["self-hosted, linux, x64, ubuntu-22-04"]' || '"ubuntu-22.04"') }}
runs-on: ${{ fromJson(github.repository_owner == 'autonomys' && '["self-hosted", "linux", "x64", "ubuntu-22-04"]' || '"ubuntu-22.04"') }}

steps:
- name: Checkout
Expand All @@ -54,7 +54,7 @@ jobs:
cargo-clippy:
strategy:
matrix:
os: ${{ fromJson(github.repository_owner == 'autonomys' && '["self-hosted, linux, x64, ubuntu-22-04"]' || '"ubuntu-22.04"') }}
os: ${{ fromJson(github.repository_owner == 'autonomys' && '["self-hosted", "linux", "x64", "ubuntu-22-04"]' || '"ubuntu-22.04"') }}

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
if: runner.os == 'Windows'

cargo-docs:
runs-on: ${{ fromJson(github.repository_owner == 'autonomys' && '["self-hosted, linux, x64, ubuntu-22-04"]' || '"ubuntu-22.04"') }}
runs-on: ${{ fromJson(github.repository_owner == 'autonomys' && '["self-hosted", "linux", "x64", "ubuntu-22-04"]' || '"ubuntu-22.04"') }}
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
cargo-test:
strategy:
matrix:
os: ${{ fromJson(github.repository_owner == 'autonomys' && '["self-hosted, linux, x64, ubuntu-22-04"]' || '"ubuntu-22.04"') }}
os: ${{ fromJson(github.repository_owner == 'autonomys' && '["self-hosted", "linux", "x64", "ubuntu-22-04"]' || '"ubuntu-22.04"') }}

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 1fdda15

Please sign in to comment.