diff --git a/.github/workflows/0-start.yml b/.github/workflows/0-start.yml index caff733..872e714 100644 --- a/.github/workflows/0-start.yml +++ b/.github/workflows/0-start.yml @@ -18,6 +18,8 @@ permissions: pull-requests: 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 diff --git a/.github/workflows/1-create-beta-release.yml b/.github/workflows/1-create-beta-release.yml index 5e77157..29cc97a 100644 --- a/.github/workflows/1-create-beta-release.yml +++ b/.github/workflows/1-create-beta-release.yml @@ -16,6 +16,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 diff --git a/.github/workflows/2-feature-added-to-release.yml b/.github/workflows/2-feature-added-to-release.yml index bc4bb01..c1e63f2 100644 --- a/.github/workflows/2-feature-added-to-release.yml +++ b/.github/workflows/2-feature-added-to-release.yml @@ -18,6 +18,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 diff --git a/.github/workflows/3-release-pr-opened.yml b/.github/workflows/3-release-pr-opened.yml index aee7dfa..01b6598 100644 --- a/.github/workflows/3-release-pr-opened.yml +++ b/.github/workflows/3-release-pr-opened.yml @@ -16,6 +16,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 diff --git a/.github/workflows/4-release-notes-and-merge.yml b/.github/workflows/4-release-notes-and-merge.yml index 0eb877d..9ec05b2 100644 --- a/.github/workflows/4-release-notes-and-merge.yml +++ b/.github/workflows/4-release-notes-and-merge.yml @@ -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 diff --git a/.github/workflows/5-finalize-release.yml b/.github/workflows/5-finalize-release.yml index ea679fb..ee35941 100644 --- a/.github/workflows/5-finalize-release.yml +++ b/.github/workflows/5-finalize-release.yml @@ -17,6 +17,8 @@ permissions: pull-requests: 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 diff --git a/.github/workflows/6-commit-hotifx.yml b/.github/workflows/6-commit-hotifx.yml index 10b905e..394ce6a 100644 --- a/.github/workflows/6-commit-hotifx.yml +++ b/.github/workflows/6-commit-hotifx.yml @@ -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 diff --git a/.github/workflows/7-create-hotfix-release.yml b/.github/workflows/7-create-hotfix-release.yml index ac32e56..6b6dd81 100644 --- a/.github/workflows/7-create-hotfix-release.yml +++ b/.github/workflows/7-create-hotfix-release.yml @@ -16,6 +16,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