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 d889474 commit 6cab003
Show file tree
Hide file tree
Showing 4 changed files with 4 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 @@ -35,6 +35,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-the-workflow-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:

on_create_publish_yml:
name: On create publish yml
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-a-dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:

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

on_push_main:
name: On push main
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 6cab003

Please sign in to comment.