Skip to content

Commit c861f62

Browse files
Merge pull request #737 from lean-ja/fix-name
job の名前を明確にする
2 parents 89a28bc + fb6fe2c commit c861f62

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ concurrency:
3030
cancel-in-progress: false
3131

3232
jobs:
33-
build:
33+
build_html:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout
@@ -72,7 +72,7 @@ jobs:
7272
name: github-pages
7373
url: ${{ steps.deployment.outputs.page_url }}
7474
runs-on: ubuntu-latest
75-
needs: build
75+
needs: build_html
7676
steps:
7777
- name: Deploy to GitHub Pages
7878
id: deployment

.github/workflows/devcontainer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
workflow_dispatch:
1919

2020
jobs:
21-
build:
21+
validate_devcontainer:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout repository

.github/workflows/pdf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
workflow_dispatch:
1919

2020
jobs:
21-
build:
21+
build_pdf:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout

.github/workflows/sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ permissions:
3131
id-token: write
3232

3333
jobs:
34-
build:
34+
sync_exercise:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: checkout

0 commit comments

Comments
 (0)