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 14, 2023
1 parent a1542ab commit 166d24e
Show file tree
Hide file tree
Showing 5 changed files with 5 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 @@ -33,6 +33,7 @@ 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-create-a-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

on_create_a_branch:
name: On create a branch
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-commit-a-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:

on_commit_a_file:
name: On commit a file
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-open-a-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

on_open_a_pull_request:
name: On open a pull request
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-merge-your-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:

on_merge_your_pull_request:
name: On merge your pull request
needs: get_current_step

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

1 comment on commit 166d24e

@psyboy666
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.