Skip to content

Commit e33f5d3

Browse files
committed
Add needs: get_current_step
1 parent 7dc2e3c commit e33f5d3

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/0-start.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535

3636
on_start:
3737
name: On start
38+
needs: get_current_step
3839

3940
# We will only run this action when:
4041
# 1. This repository isn't the template repository

.github/workflows/1-resolve-a-merge-conflict.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434

3535
on_resolve_merge_conflict:
3636
name: On resolve merge conflict
37+
needs: get_current_step
3738

3839
# We will only run this action when:
3940
# 1. This repository isn't the template repository

.github/workflows/2-create-your-own-conflict.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535

3636
on_create_references_md:
3737
name: On create references.md
38+
needs: get_current_step
3839

3940
# We will only run this action when:
4041
# 1. This repository isn't the template repository

.github/workflows/3-merge-your-pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333

3434
on_merge:
3535
name: On merge
36+
needs: get_current_step
3637

3738
# We will only run this action when:
3839
# 1. This repository isn't the template repository

0 commit comments

Comments
 (0)