Skip to content

Commit

Permalink
github: workflows: fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Żyjewski <[email protected]>
  • Loading branch information
TomaszAIR committed Nov 3, 2023
1 parent 8f2e460 commit dfe7bef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
name: Build system image
runs-on:
label: dts-builder
labels: dts-builder
steps:
- name: Checkout meta-dts repo
uses: actions/checkout@v2
Expand All @@ -23,7 +23,7 @@ jobs:
if: always()
needs: build
runs-on:
label: dts-builder
labels: dts-builder
steps:
- name: Prepare SSH key
shell: bash
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
if: always()
needs: deploy-images
runs-on:
label: dts-builder
labels: dts-builder
steps:
- name: Cleanup after deployment
shell: bash
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
name: Build system image
runs-on:
label: dts-builder
labels: dts-builder
steps:
- name: Checkout meta-dts repo
uses: actions/checkout@v2
Expand All @@ -23,7 +23,7 @@ jobs:
if: always()
needs: build
runs-on:
label: dts-builder
labels: dts-builder
steps:
- name: Prepare SSH key
shell: bash
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
if: always()
needs: deploy-images
runs-on:
label: dts-builder
labels: dts-builder
steps:
- name: Cleanup after deployment
shell: bash
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
name: Build system image without using cache
runs-on:
label: dts-builder
labels: dts-builder
steps:
- name: Prepare SSH key
shell: bash
Expand All @@ -30,7 +30,7 @@ jobs:
if: always()
needs: build
runs-on:
label: dts-builder
labels: dts-builder
steps:
- name: Prepare SSH key
shell: bash
Expand All @@ -53,7 +53,7 @@ jobs:
if: always()
needs: deploy-cache
runs-on:
label: dts-builder
labels: dts-builder
steps:
- name: Cleanup after deployment
shell: bash
Expand Down

0 comments on commit dfe7bef

Please sign in to comment.