File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ permissions:
21
21
pull-requests : write
22
22
23
23
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.
24
26
get_current_step :
25
27
name : Check current step number
26
28
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ permissions:
21
21
contents : write
22
22
23
23
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.
24
26
get_current_step :
25
27
name : Check current step number
26
28
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ permissions:
21
21
contents : write
22
22
23
23
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.
24
26
get_current_step :
25
27
name : Check current step number
26
28
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ permissions:
19
19
contents : write
20
20
21
21
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.
22
24
get_current_step :
23
25
name : Check current step number
24
26
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments