The Wayback Machine - https://web.archive.org/web/20230220192702/https://github.com/skills/introduction-to-github/commit/ed67e2bc273f3d1fb9d6a82a08e224bb1e48dbb6
Skip to content
Permalink
Browse files
Add comment above get_current_step
  • Loading branch information
heiskr committed Feb 15, 2023
1 parent 166d24e commit ed67e2b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
@@ -19,6 +19,8 @@ permissions:
contents: write

jobs:
# Get the current step from .github/script/STEP so we can
# limit running the main job when the learner is on the same step.
get_current_step:
name: Check current step number
runs-on: ubuntu-latest
@@ -17,6 +17,8 @@ permissions:
contents: write

jobs:
# Get the current step from .github/script/STEP so we can
# limit running the main job when the learner is on the same step.
get_current_step:
name: Check current step number
runs-on: ubuntu-latest
@@ -19,6 +19,8 @@ permissions:
contents: write

jobs:
# Get the current step from .github/script/STEP so we can
# limit running the main job when the learner is on the same step.
get_current_step:
name: Check current step number
runs-on: ubuntu-latest
@@ -20,6 +20,8 @@ permissions:
contents: write

jobs:
# Get the current step from .github/script/STEP so we can
# limit running the main job when the learner is on the same step.
get_current_step:
name: Check current step number
runs-on: ubuntu-latest
@@ -19,6 +19,8 @@ permissions:
contents: write

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

0 comments on commit ed67e2b

Please sign in to comment.