Skip to content

Commit 008d4a4

Browse files
committed
Add comment above get_current_step
1 parent 38879de commit 008d4a4

7 files changed

+14
-0
lines changed

‎.github/workflows/0-start.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ permissions:
1919
issues: 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

‎.github/workflows/1-initialize-javascript-project.yml

+2
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

‎.github/workflows/2-configure-your-action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ permissions:
1818
contents: write
1919

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

‎.github/workflows/3-create-metadata-file.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ env:
2020
EXPECTED_METADATA: outputs
2121

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

‎.github/workflows/4-create-javascript-files-for-action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ permissions:
1717
contents: write
1818

1919
jobs:
20+
# Get the current step from .github/script/STEP so we can
21+
# limit running the main job when the learner is on the same step.
2022
get_current_step:
2123
name: Check current step number
2224
runs-on: ubuntu-latest

‎.github/workflows/5-add-action-to-workflow-file.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ env:
2020
EXPECTED_METADATA: ha-ha
2121

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

‎.github/workflows/6-trigger-action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ env:
2020
EXPECTED_METADATA: "second joke"
2121

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

0 commit comments

Comments
 (0)