Skip to content

Commit

Permalink
Add needs: get_current_step
Browse files Browse the repository at this point in the history
  • Loading branch information
heiskr committed Feb 15, 2023
1 parent 594c536 commit 45b5bd7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/0-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ permissions:
jobs:
on_start:
name: On start
needs: get_current_step

# We will only run this action when:
# 1. This repository isn't the template repository
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/1-add-headers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ permissions:
jobs:
on_commit_start_markdown_headers:
name: On commit, start markdown, headers
needs: get_current_step

# We will only run this action when:
# 1. This repository isn't the template repository
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/2-add-an-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ permissions:
jobs:
on_commit_start_markdown_image:
name: On commit, start markdown, image
needs: get_current_step

# We will only run this action when:
# 1. This repository isn't the template repository
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/3-add-a-code-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ permissions:
jobs:
on_commit_start_markdown_code_example:
name: On commit, start markdown, code example
needs: get_current_step

# We will only run this action when:
# 1. This repository isn't the template repository
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/4-make-a-task-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ permissions:
jobs:
on_commit_start_markdown_task_list:
name: On commit, start markdown, task list
needs: get_current_step

# We will only run this action when:
# 1. This repository isn't the template repository
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/5-merge-your-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ permissions:
jobs:
on_merge:
name: On merge
needs: get_current_step

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

0 comments on commit 45b5bd7

Please sign in to comment.