Skip to content

Commit c924e6c

Browse files
committed
feat(*): changing job names for branch protection
1 parent c667668 commit c924e6c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-app-crm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ on:
2222

2323
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2424
jobs:
25-
# This workflow contains a single job called "build"
26-
build:
25+
# This workflow contains a single job called "build-ci-crm"
26+
build-ci-crm:
2727
# The type of runner that the job will run on
2828
runs-on: ubuntu-latest
2929

.github/workflows/build-app-lob.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ on:
2727
- '!projects/app-crm/**'
2828
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2929
jobs:
30-
# This workflow contains a single job called "build"
31-
build:
30+
# This workflow contains a single job called "build-ci-lob"
31+
build-ci-lob:
3232
# The type of runner that the job will run on
3333
runs-on: ubuntu-latest
3434

.github/workflows/build-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ on:
2020
- '!projects/**'
2121
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2222
jobs:
23-
# This workflow contains a single job called "build"
24-
build:
23+
# This workflow contains a single job called "build-ci"
24+
build-ci:
2525
# The type of runner that the job will run on
2626
runs-on: ubuntu-latest
2727

0 commit comments

Comments
 (0)