Skip to content

Commit ce229b3

Browse files
committed
Add comment above get_current_step
1 parent 6cab003 commit ce229b3

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/0-start.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ permissions:
2121
pull-requests: write
2222

2323
jobs:
24+
# Get the current step from .github/script/STEP so we can
25+
# limit running the main job when the learner is on the same step.
2426
get_current_step:
2527
name: Check current step number
2628
runs-on: ubuntu-latest

.github/workflows/1-create-the-workflow-file.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ permissions:
2121
contents: write
2222

2323
jobs:
24+
# Get the current step from .github/script/STEP so we can
25+
# limit running the main job when the learner is on the same step.
2426
get_current_step:
2527
name: Check current step number
2628
runs-on: ubuntu-latest

.github/workflows/2-add-a-dockerfile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ permissions:
2121
contents: write
2222

2323
jobs:
24+
# Get the current step from .github/script/STEP so we can
25+
# limit running the main job when the learner is on the same step.
2426
get_current_step:
2527
name: Check current step number
2628
runs-on: ubuntu-latest

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ permissions:
1919
contents: write
2020

2121
jobs:
22+
# Get the current step from .github/script/STEP so we can
23+
# limit running the main job when the learner is on the same step.
2224
get_current_step:
2325
name: Check current step number
2426
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)